mirror of
https://github.com/electronicarts/CNC_TS_and_RA2_Mission_Editor.git
synced 2025-05-01 01:21:41 -04:00
updated CI action trigger condition again
This commit is contained in:
parent
fc1db7944f
commit
89417c2578
1 changed files with 6 additions and 1 deletions
7
.github/workflows/verify.yml
vendored
7
.github/workflows/verify.yml
vendored
|
@ -2,7 +2,12 @@ name: Basic verify
|
|||
|
||||
on:
|
||||
pull_request:
|
||||
branches: [ "main", "RN" ]
|
||||
branches:
|
||||
- "main"
|
||||
- "RN"
|
||||
types:
|
||||
- opened
|
||||
- synchronize
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
Loading…
Add table
Reference in a new issue