fix: ensure push trigger is defined for main branch in deploy workflow
All checks were successful
Deploy / deploy (push) Successful in 47s
All checks were successful
Deploy / deploy (push) Successful in 47s
This commit is contained in:
parent
4bf4eb03b1
commit
5bd21db8c9
1 changed files with 2 additions and 0 deletions
|
|
@ -1,6 +1,8 @@
|
|||
name: Deploy
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
schedule:
|
||||
- cron: '0 6 * * *'
|
||||
workflow_dispatch:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue