Skip to content

Github Actions on user's Github Pages site (user.github.io) #22841

Answered by tcbyrd
janreggie asked this question in General
Discussion options

You must be logged in to vote

The workflow is set to respond on a push to a branch named main, but your default branch is named master. In general the community has been moving away from the term master for the default branch and both GitHub Pages and Actions now support this, so you’ll either need to change the default branch in your repository from master to main or change the action to respond on the branch named master.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants