Skip to content

Commit

Permalink
also on workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
aeltorio committed Dec 16, 2024
1 parent 48f2aab commit a3fcb54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ghpages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
types: [published]
schedule:
- cron: '0 0 * * 0' # every Sunday at midnight
workflow_dispatch:

permissions:
contents: write
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
types: [published]
schedule:
- cron: '0 0 * * 0' # every Sunday at midnight
workflow_dispatch:

permissions:
contents: write
Expand Down

0 comments on commit a3fcb54

Please sign in to comment.