Skip to content

Commit

Permalink
fix branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
devoncarew committed Aug 31, 2023
1 parent 832b9b8 commit b856da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Publish
on:
# Trigger on pull requests that target the default branch.
pull_request:
branches: [ master ]
branches: [ main ]
types: [opened, synchronize, reopened, labeled, unlabeled]
# Also, trigger when tags are pushed to the repo.
push:
Expand Down

0 comments on commit b856da8

Please sign in to comment.