mirror of
https://github.com/scratchfoundation/scratch-render-fonts.git
synced 2024-11-14 19:34:57 -05:00
ci: prevent double builds for PR pushes
This commit is contained in:
parent
110f9a224e
commit
3d6e367287
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci-cd.yml
vendored
1
.github/workflows/ci-cd.yml
vendored
|
@ -4,6 +4,7 @@ on:
|
|||
workflow_dispatch: # Allows you to run this workflow manually from the Actions tab
|
||||
pull_request: # Runs whenever a pull request is created or updated
|
||||
push: # Runs whenever a commit is pushed to the repository
|
||||
branches: [master, hotfix/*] # ...on any of these branches
|
||||
|
||||
concurrency:
|
||||
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
|
||||
|
|
Loading…
Reference in a new issue