We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ae5f47 commit 4ffda02Copy full SHA for 4ffda02
.github/workflows/action.yml
@@ -1,11 +1,11 @@
1
-# This workflow tests github action feature and integration only for push action
+# This workflow tests github action feature and integration only after release
2
# Only static references are allowed in 'uses:', so new packages from a PR are not available
3
4
name: ActionTest
5
6
on:
7
- push:
8
- branches: [ main ]
+ release:
+ types: [published]
9
10
jobs:
11
0 commit comments