Skip to content

Commit cb1e0ce

Browse files
authored
Update Build.yml
1 parent 2689cab commit cb1e0ce

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/Build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@ name: Build
22

33
on:
44
push:
5-
branches:
6-
- main # Trigger build on push to main branch
5+
branches: [ "master" ]
76
pull_request:
8-
branches:
9-
- main # Trigger build on pull request to main branch
7+
branches: [ "master" ]
108

119
jobs:
1210
build:

0 commit comments

Comments
 (0)