fix(ci/frontend): Add trigger on push including workflow file

This commit is contained in:
Reinier van der Leer
2024-02-21 02:04:13 +01:00
parent 69ccb185e8
commit 8fd2e48c1b

View File

@@ -8,6 +8,7 @@ on:
- 'ci-test*' # This will match any branch that starts with "ci-test" - 'ci-test*' # This will match any branch that starts with "ci-test"
paths: paths:
- 'frontend/**' - 'frontend/**'
- '.github/workflows/frontend-ci.yml'
pull_request: pull_request:
paths: paths:
- 'frontend/**' - 'frontend/**'