Skip to content

Commit de4551a

Browse files
fix: frontend build runs on push
1 parent f87fdef commit de4551a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/build-frontend.yaml

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
name: Build Future SIR frontend
22

33
on:
4+
push:
5+
branches:
6+
- main
7+
paths:
8+
- .github/workflows/build-frontend.yaml
9+
- frontend/**
410
workflow_call: {}
511
workflow_dispatch: {}
612

@@ -24,4 +30,4 @@ jobs:
2430
- run: npm run test:e2e
2531
working-directory: frontend
2632
- run: podman build --file containerfile .
27-
working-directory: frontend
33+
working-directory: frontend

0 commit comments

Comments
 (0)