We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a46af3 commit d294b57Copy full SHA for d294b57
1 file changed
.github/workflows/sync-demos.yml
@@ -1,8 +1,10 @@
1
name: sync-demo.yml
2
on:
3
- pull_request:
+ push:
4
branches:
5
- - develop
+ - "!main"
6
+ - "!develop"
7
+ - "!release/*"
8
9
jobs:
10
update-demo:
0 commit comments