Skip to content

Commit

Permalink
ci: Test release on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertGemmaJr committed May 7, 2024
1 parent 23f5550 commit d43ce2a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ name: 🚀 Release

# Runs the build and package scripts when a new tagged release is created
# Note that this runs for both releases and pre-releases: https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#release
on:
release:
types: created
# on:
# release:
# types: created
on: pull_request

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit d43ce2a

Please sign in to comment.