Skip to content

Commit

Permalink
fix coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
theanotherwise committed Nov 21, 2023
1 parent f5dc86b commit c72df81
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ on:
branches: [ 'release/*', 'main' ]
types: [ closed ]

concurrency:
group: ${{ github.ref }}
cancel-in-progress: true

jobs:
build:
if: (github.event.pull_request.merged == true) || github.event.inputs.force == 'true'
Expand Down

0 comments on commit c72df81

Please sign in to comment.