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 862c502 commit 4c83ab6Copy full SHA for 4c83ab6
.github/workflows/ci.yml
@@ -2,7 +2,7 @@ name: "Testing ArkScript"
2
3
on:
4
push:
5
- branches: [ dev, master ]
+ branches: [ dev ]
6
paths-ignore:
7
- '.github/workflows/benchmarks.yml'
8
- '.github/workflows/docker.yml'
.github/workflows/codeql.yml
@@ -2,9 +2,9 @@ name: "CodeQL"
- branches: [ "dev", "master" ]
+ branches: [ "dev" ]
pull_request:
schedule:
9
- cron: '34 12 * * 4'
10
0 commit comments