We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a8b6f30 + 6f9d3c3 commit e93bf10Copy full SHA for e93bf10
1 file changed
.github/workflows/build-and-deploy.yml
@@ -31,7 +31,7 @@ jobs:
31
32
build-and-deploy:
33
runs-on: ubuntu-latest
34
- if: github.ref == 'refs/heads/dev' && github.event_name == 'push'
+ if: github.ref == 'refs/heads/dev' && (github.event_name == 'push' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch')
35
36
steps:
37
- name: Checkout code
0 commit comments