mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
added specified branch
This commit is contained in:
parent
49852f0d93
commit
5401c1a096
8
.github/workflows/label-signing.yml
vendored
8
.github/workflows/label-signing.yml
vendored
@ -1,5 +1,11 @@
|
||||
name: Check Signed PR
|
||||
on: pull_request
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- 'dev'
|
||||
push:
|
||||
branches:
|
||||
- 'dev'
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user