We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2baf5e commit caa4b93Copy full SHA for caa4b93
.github/workflows/release.yml
@@ -1,4 +1,4 @@
1
-name: "publish"
+name: "Publish"
2
3
on:
4
workflow_run:
.github/workflows/version.yml
@@ -7,7 +7,7 @@ on:
7
8
jobs:
9
release:
10
- if: ${{ github.repository_owner == 'WaspScripts' && github.event.workflow_run.event == 'push' }}
+ if: ${{ github.repository_owner == 'WaspScripts' }}
11
runs-on: ubuntu-latest
12
13
steps:
0 commit comments