Skip to content

Commit

Permalink
update pages ci to only run on a new release
Browse files Browse the repository at this point in the history
  • Loading branch information
maddymakesgames committed Mar 22, 2024
1 parent b98960d commit bc3606e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: Github Pages

# By default, runs if you push to master. keeps your deployed app in sync with master branch.
on:
push:
branches:
- master
# to only run when you do a new github release, comment out above part and uncomment the below trigger.
# on:
# release:
# types:
# - published
# push:
# branches:
# - master
# to only run when you do a new github release, comment out above part and uncomment the below trigger.
on:
release:
types:
- published

permissions:
contents: write # for committing to gh-pages branch.
Expand Down

0 comments on commit bc3606e

Please sign in to comment.