Skip to content

Commit

Permalink
More reliable deployment strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinborner committed Apr 30, 2024
1 parent f1ec39a commit 654f99d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ on:
push:
branches:
- main
schedule:
- cron: '10 */12 * * *'
workflow_run:
workflows: ["Deploy to pages"]
branches: [main]
types:
- completed

permissions:
contents: read
Expand Down

0 comments on commit 654f99d

Please sign in to comment.