fix: use pr workflow in checks on gh for ci testing

pull/3163/head
yougotwill 8 months ago
parent 26f037e41a
commit cc3a0f14d3

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

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

Loading…
Cancel
Save