added specified branch

This commit is contained in:
Denny Septian Panggabean 2023-09-13 16:23:59 +07:00
parent 49852f0d93
commit 5401c1a096
No known key found for this signature in database
GPG Key ID: 73E560439FD2054F

View File

@ -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 }}