Skip to content

Commit 0f93e42

Browse files
committed
change trigger to only on published release
1 parent fa4c16e commit 0f93e42

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/blank.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,8 @@ name: CI
55
# Controls when the workflow will run
66
on:
77
# Triggers the workflow on push or pull request events but only for the "main" branch
8-
push:
9-
branches: [ "main" ]
10-
pull_request:
11-
branches: [ "main" ]
8+
release:
9+
types: [published]
1210

1311
# Allows you to run this workflow manually from the Actions tab
1412
workflow_dispatch:

0 commit comments

Comments
 (0)