Skip to content

Commit 4c83ab6

Browse files
committed
ci: remove references to master branch
1 parent 862c502 commit 4c83ab6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: "Testing ArkScript"
22

33
on:
44
push:
5-
branches: [ dev, master ]
5+
branches: [ dev ]
66
paths-ignore:
77
- '.github/workflows/benchmarks.yml'
88
- '.github/workflows/docker.yml'

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: "CodeQL"
22

33
on:
44
push:
5-
branches: [ "dev", "master" ]
5+
branches: [ "dev" ]
66
pull_request:
7-
branches: [ "dev", "master" ]
7+
branches: [ "dev" ]
88
schedule:
99
- cron: '34 12 * * 4'
1010

0 commit comments

Comments
 (0)