Skip to content

Commit

Permalink
Merge pull request #358 from brown-ccv/fix-releases
Browse files Browse the repository at this point in the history
fix: Only run release workflow when the release is created
  • Loading branch information
RobertGemmaJr authored Dec 13, 2023
2 parents eecbcf2 + e05ea1d commit a5d3954
Show file tree
Hide file tree
Showing 2 changed files with 554 additions and 614 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: 🚀 Release

# Runs the build and package scripts when a new tagged release is publishe, created or edited
# 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, edited, published]
types: created

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

0 comments on commit a5d3954

Please sign in to comment.