Skip to content

Commit 696fa5c

Browse files
committed
chore: clean workflows
1 parent 80284ed commit 696fa5c

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

.github/workflows/codeql.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,10 @@ name: "Code Scanning - Action"
33
on:
44
push:
55
branches:
6-
- master
76
- main
87
pull_request:
98
# The branches below must be a subset of the branches above
109
branches:
11-
- master
1210
- main
1311
schedule:
1412
- cron: '0 17 * * 5'

.github/workflows/test.yml

-3
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,10 @@ name: "build-and-test"
22
on: # rebuild any PRs and main branch changes
33
pull_request:
44
branches:
5-
- master
65
- main
76
push:
87
branches:
9-
- master
108
- main
11-
- "releases/*"
129

1310
jobs:
1411
build: # make sure build/ci work properly

0 commit comments

Comments
 (0)