Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
Add concurrency and rename job
Browse files Browse the repository at this point in the history
  • Loading branch information
ImGxrke committed Mar 24, 2024
1 parent cc0a037 commit b3f8efc
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@ on:
push:
branches: [ "develop" ]

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
build:
release:

name: 🏗️ Build TurnipTales Libraries
name: 🏗️ Release TurnipTales Libraries
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit b3f8efc

Please sign in to comment.