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 2265c7b commit 6081a94Copy full SHA for 6081a94
.github/workflows/publish-extension.yml
@@ -8,7 +8,7 @@ on:
8
9
jobs:
10
cd:
11
- if: ${{ github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.head_branch == 'master' }}
+ if: contains( github.ref, 'master')
12
runs-on: ubuntu-latest
13
permissions:
14
contents: write
0 commit comments