Skip to content

Commit 00ee317

Browse files
committed
fix: adjust syntax to use branches-ignore in sync-demos workflow
1 parent d294b57 commit 00ee317

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/sync-demos.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: sync-demo.yml
22
on:
33
push:
4-
branches:
5-
- "!main"
6-
- "!develop"
7-
- "!release/*"
4+
branches-ignore:
5+
- "main"
6+
- "develop"
7+
- "release/*"
88

99
jobs:
1010
update-demo:

0 commit comments

Comments
 (0)