We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13f5129 commit 012f1b3Copy full SHA for 012f1b3
.github/workflows/examples.yaml
@@ -2,7 +2,7 @@ name: examples
2
3
on:
4
push:
5
- branches: ['**']
+ branches: [main, beta]
6
pull_request:
7
branches: [main, beta]
8
schedule:
.github/workflows/test-win.yaml
@@ -2,7 +2,7 @@ name: test-win
+ branches: [main, beta, test-win]
.github/workflows/test.yaml
@@ -4,7 +4,7 @@ on:
# Define all branches explicitly to not trigger actions on tag creation
# See: https://github.com/orgs/community/discussions/25615
9
10
0 commit comments