Skip to content

Commit 22c9bd9

Browse files
committed
build.yml: Added master branch to push triggers
1 parent 01735c4 commit 22c9bd9

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@ name: Build and Test MainRepo1
33
on:
44
push:
55
branches:
6+
- master
67
- main
78
pull_request:
89
branches:
9-
- main
10+
- master
11+
-main
1012
workflow_dispatch: # Allows manual triggering
1113

1214
env:

0 commit comments

Comments
 (0)