Skip to content

Commit 70df3a8

Browse files
authored
ci: Add branches to main workflow
1 parent bcd378f commit 70df3a8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/main.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
name: Build Workflow
22

3-
on:
3+
on:
44
push:
5-
branches: master
5+
branches: [master]
6+
pull_request:
7+
branches: [master]
68
workflow_dispatch:
79

810

0 commit comments

Comments
 (0)