mirror of
https://github.com/electronicarts/CNC_TS_and_RA2_Mission_Editor.git
synced 2025-05-08 12:41:42 -04:00
added workflow dispatch trigger for verify .
# Conflicts: # .github/workflows/verify.yml
This commit is contained in:
parent
11c7110736
commit
b0e6c2a52f
1 changed files with 2 additions and 0 deletions
2
.github/workflows/verify.yml
vendored
2
.github/workflows/verify.yml
vendored
|
@ -3,6 +3,8 @@ name: Basic verify
|
|||
on:
|
||||
push:
|
||||
branches: [ "!main", "!RN", "*" ]
|
||||
workflow_dispatch:
|
||||
|
||||
|
||||
jobs:
|
||||
compile-check:
|
||||
|
|
Loading…
Add table
Reference in a new issue