Skip to content

Commit

Permalink
Workflow now triggers only on published release
Browse files Browse the repository at this point in the history
  • Loading branch information
bourque committed Sep 28, 2023
1 parent e6915fd commit 690038f
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,10 @@ concurrency:
group: ${{ github.workflow }}-${{ github.event.number }}-${{ github.event.ref }}
cancel-in-progress: true

# (Temporary) To test this, trigger on pull request
on: [push, pull_request]

#on:
# release:
# types:
# - published
on:
release:
types:
- published

jobs:

Expand Down

0 comments on commit 690038f

Please sign in to comment.