Skip to content

Commit

Permalink
change trigger to only on published release
Browse files Browse the repository at this point in the history
  • Loading branch information
aaearon committed Jun 19, 2022
1 parent fa4c16e commit 0f93e42
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@ name: CI
# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the "main" branch
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
release:
types: [published]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit 0f93e42

Please sign in to comment.