Skip to content

Commit 4654079

Browse files
authored
Trigger build when pushed to the main branch (#115)
1 parent 59d0665 commit 4654079

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: build
33
on:
44
push:
55
branches:
6+
- main
67
- master
78
pull_request:
89
branches:

.github/workflows/codeql-analysis.yml

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

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ main, master ]
66
pull_request:
77
# The branches below must be a subset of the branches above
8-
branches: [ master ]
8+
branches: [ main, master ]
99
schedule:
1010
- cron: '11 0 * * 5'
1111

0 commit comments

Comments
 (0)