Skip to content

Commit 4ffda02

Browse files
authored
Update action.yml
1 parent 9ae5f47 commit 4ffda02

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# This workflow tests github action feature and integration only for push action
1+
# This workflow tests github action feature and integration only after release
22
# Only static references are allowed in 'uses:', so new packages from a PR are not available
33

44
name: ActionTest
55

66
on:
7-
push:
8-
branches: [ main ]
7+
release:
8+
types: [published]
99

1010
jobs:
1111

0 commit comments

Comments
 (0)