Skip to content

Commit 256a589

Browse files
committed
🤖 CI: update code for main.yml and codeql-analysis.yml
1 parent b177100 commit 256a589

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ name: "CodeQL"
1414

1515
on:
1616
push:
17-
branches: [ main ]
17+
branches: [ master ]
1818
pull_request:
1919
# The branches below must be a subset of the branches above
20-
branches: [ main ]
20+
branches: [ master ]
2121
schedule:
2222
- cron: '36 3 * * 6'
2323

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
branches:
66
- "master"
77

8+
push:
9+
branches:
10+
- "master"
11+
812
jobs:
913
install-and-test:
1014
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)