Skip to content

Commit

Permalink
order of events
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrolerena committed Oct 10, 2024
1 parent 1689143 commit 673d716
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,14 @@ on:
push:
branches: ["main"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
schedule:
- cron: '30 * * * *' # Runs at minute 0 of every hour (UTC)

repository_dispatch:
types: [ trigger ] # You can specify a custom event type

schedule:
- cron: '25 * * * *' # Runs at minute 0 of every hour (UTC)

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

permissions:
contents: read
Expand Down

0 comments on commit 673d716

Please sign in to comment.