Skip to content

Commit

Permalink
trigger switch off
Browse files Browse the repository at this point in the history
  • Loading branch information
robjharrison committed May 30, 2024
1 parent 564113c commit 2725c37
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name: Deploy static content to Pages

# Run events
on:
# On push
push:
branches: ["main"]
# On pull
pull_request:
branches: ["main"]
# # On push
# push:
# branches: ["main"]
# # On pull
# pull_request:
# branches: ["main"]
# Add manual trigger from Actions tab
workflow_dispatch:
# Schedule run at 9 AM UTC every day
Expand Down

0 comments on commit 2725c37

Please sign in to comment.