Skip to content

Commit

Permalink
Allow forcing an update of the website
Browse files Browse the repository at this point in the history
This is useful if there are changes to the snowball and/or snowball-data
repos which affect the website.
  • Loading branch information
mbissett authored and ojwb committed May 2, 2024
1 parent 55bb3c1 commit 689ed4d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/update-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ on:
push:
branches:
- main
# Allow running manually from the Actions tab (useful if there are changes to
# snowball and/or snowball-data that affect the website).
workflow_dispatch:

permissions:
contents: write
jobs:
Expand Down

0 comments on commit 689ed4d

Please sign in to comment.