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 04891f1 commit 75ed306Copy full SHA for 75ed306
.github/workflows/ci.yml
@@ -4,9 +4,9 @@ on:
4
schedule:
5
- cron: "1 1 1 */1 *" # Run once a month to test...
6
push:
7
- branches: [ master, development, testxx_* ]
+ branches: [ master, development, test_* ]
8
pull_request:
9
10
11
jobs:
12
build:
0 commit comments