Skip to content

Commit df0146c

Browse files
committed
feat: update build.yml to remove main and master branch restrictions for push and pull_request events
1 parent dfa2a8c commit df0146c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/build.yml

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

33
on:
44
push:
5-
branches: [ main, master ]
65
pull_request:
7-
branches: [ main, master ]
86
workflow_dispatch:
97

108
jobs:

0 commit comments

Comments
 (0)