Skip to content

Commit

Permalink
Change the branch name in publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MagicfTail authored Oct 22, 2023
1 parent 4d254e7 commit 7a517b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
workflow_dispatch: # Allow running the workflow manually from the GitHub UI
push:
branches:
- 'main' # Run the workflow when pushing to the main branch
- 'master' # Run the workflow when pushing to the master branch
pull_request:
branches:
- '*' # Run the workflow for all pull requests
Expand Down

0 comments on commit 7a517b1

Please sign in to comment.