Skip to content

Commit d294b57

Browse files
committed
chore: try swapping sync-demos to just be on non workflow targeted branch push
1 parent 3a46af3 commit d294b57

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/sync-demos.yml

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

79
jobs:
810
update-demo:

0 commit comments

Comments
 (0)