Skip to content

Commit 6081a94

Browse files
Attemping to only run publish if current branch is master
1 parent 2265c7b commit 6081a94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-extension.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
cd:
11-
if: ${{ github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.head_branch == 'master' }}
11+
if: contains( github.ref, 'master')
1212
runs-on: ubuntu-latest
1313
permissions:
1414
contents: write

0 commit comments

Comments
 (0)