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 ab5487a commit 5305e3bCopy full SHA for 5305e3b
1 file changed
.github/workflows/publish.yml
@@ -22,7 +22,8 @@ jobs:
22
publish-ea:
23
if: |
24
github.event_name == 'workflow_run' &&
25
- github.event.workflow_run.head_branch == 'main'
+ github.event.workflow_run.head_branch == 'main' &&
26
+ github.event.workflow_run.event == 'push'
27
runs-on: ubuntu-latest
28
name: Publish EA release to NPM
29
steps:
0 commit comments