Skip to content

Commit

Permalink
Merge pull request #20 from enverus-cts/update_trigger
Browse files Browse the repository at this point in the history
build: fix trigger
  • Loading branch information
todd-hagler authored May 25, 2022
2 parents 03fd690 + 352ac76 commit b14dd3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/enverus-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
yarn release -d --repositoryUrl https://x-access-token:$GITHUB_TOKEN@github.com/$GITHUB_REPOSITORY.git
- name: Release
if: github.event_name != 'pull_request' && contains('refs/heads/master', github.ref)
if: github.event_name != 'pull_request' && contains('refs/heads/main', github.ref)
env:
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
run: |
Expand Down

0 comments on commit b14dd3d

Please sign in to comment.