Skip to content

Commit e93bf10

Browse files
authored
Merge pull request #288 from cozy/fix-ci
fix: CI build-and-deploy never trigger
2 parents a8b6f30 + 6f9d3c3 commit e93bf10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
build-and-deploy:
3333
runs-on: ubuntu-latest
34-
if: github.ref == 'refs/heads/dev' && github.event_name == 'push'
34+
if: github.ref == 'refs/heads/dev' && (github.event_name == 'push' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch')
3535

3636
steps:
3737
- name: Checkout code

0 commit comments

Comments
 (0)