chore: run lint and build on release/ branches

pull/3142/head
Audric Ackermann 8 months ago
parent 77cafde13a
commit a28b0c741e

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

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

Loading…
Cancel
Save