We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7bd0a9 commit 3e82a56Copy full SHA for 3e82a56
.github/workflows/prepublish.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
# Filtering by branch here instead. Credit due to @MiguelSavignano.
17
# https://github.com/devmasx/merge-branch/issues/11
18
- if: contains(github.ref, 'refs/release/') || contains(github.ref, 'refs/hotfix/')
+ if: contains(github.event.pull_request.head.ref, 'release/') || contains(github.event.pull_request.head.ref, 'hotfix/')
19
steps:
20
- uses: actions/checkout@v2
21
- name: Merge into prepublish
0 commit comments