ci: Modify PR Build Check workflow triggers
Updated workflow triggers to include manual dispatch.
This commit is contained in:
parent
5510a3b77b
commit
7b9ec34964
|
|
@ -1,8 +1,7 @@
|
||||||
name: PR Build Check
|
name: PR Build Check
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
workflow_dispatch:
|
||||||
types: [opened, synchronize, reopened]
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_check:
|
build_check:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue