Skip to content

Commit 89f9d57

Browse files
authored
master changes on master.
1 parent f1dadcd commit 89f9d57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/enverus-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
yarn release -d --repositoryUrl https://x-access-token:[email protected]/$GITHUB_REPOSITORY.git
7676
7777
- name: Release
78-
if: github.event_name != 'pull_request' && contains('refs/heads/main', github.ref)
78+
if: github.event_name != 'pull_request' && contains('refs/heads/master', github.ref)
7979
env:
8080
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
8181
run: |

0 commit comments

Comments
 (0)