Skip to content

Commit

Permalink
Merge pull request #71 from shakacode/change-the-branch-name-that-tri…
Browse files Browse the repository at this point in the history
…gger-publish

Change branch name that trigger "publish" from master to main
  • Loading branch information
Romex91 authored Sep 28, 2023
2 parents c743fb9 + 34d8cc3 commit d227999
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 @@ -2,7 +2,7 @@ name: Publish to NPM
on:
push:
branches:
- master
- main
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d227999

Please sign in to comment.