Skip to content

Commit 4bb37ca

Browse files
feat: also run build on push
1 parent 71ed929 commit 4bb37ca

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build-ci-test.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
- synchronize
88
branches:
99
- main
10+
push:
11+
branches:
12+
- main
1013

1114
jobs:
1215
build:
@@ -39,7 +42,7 @@ jobs:
3942
pnpm install
4043
4144
- name: Build the application
42-
run: |
45+
run: |
4346
pnpm run build
4447
4548
- name: Save build artifacts

0 commit comments

Comments
 (0)