chore: run workflows on branches matching release&ci/**

pull/3217/head
Audric Ackermann 6 months ago
parent 2719655595
commit 5d9261d9f1
No known key found for this signature in database

@ -6,14 +6,15 @@ on:
branches:
- clearnet
- unstable
- release/
- ci/
- 'release/**'
- 'ci/**'
pull_request:
branches:
- clearnet
- unstable
- release/
- ci/
- 'release/**'
- 'ci/**'
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

@ -6,8 +6,8 @@ on:
branches:
- clearnet
- unstable
- release/
- ci/
- 'release/**'
- 'ci/**'
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

Loading…
Cancel
Save