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: branches:
- clearnet - clearnet
- unstable - unstable
- release/ - 'release/**'
- ci/ - 'ci/**'
pull_request: pull_request:
branches: branches:
- clearnet - clearnet
- unstable - unstable
- release/ - 'release/**'
- ci/ - 'ci/**'
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true cancel-in-progress: true

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

Loading…
Cancel
Save