Skip to content

Commit

Permalink
chore: Update release
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertGemmaJr committed May 7, 2024
1 parent 60e6657 commit 6a4c1eb
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ 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: pull_request
on:
release:
types: created

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand All @@ -24,8 +23,7 @@ jobs:
matrix:
os: [windows-latest, macOS-latest, ubuntu-latest]
setting: [home, clinic]
# fail-fast: true
fail-fast: false
fail-fast: true

steps:
# Set up runner
Expand Down

0 comments on commit 6a4c1eb

Please sign in to comment.