Skip to content

Commit

Permalink
ci: update because branch name was changed
Browse files Browse the repository at this point in the history
  • Loading branch information
c-git committed Feb 12, 2024
1 parent 012cb23 commit 4ade172
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Github Pages

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

0 comments on commit 4ade172

Please sign in to comment.