Skip to content

Commit 09f6317

Browse files
committed
Update GitHub Actions workflow to trigger on push to main branch
1 parent af37876 commit 09f6317

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: Build and Test
22

33
on:
4-
branches:
5-
- main
4+
push:
5+
branches:
6+
- main
67

78
jobs:
89
build:

0 commit comments

Comments
 (0)