mirror of
https://github.com/jakcron/nstool
synced 2024-11-15 02:06:40 +00:00
Update GitHub actions to reflect new branch names.
This commit is contained in:
parent
8c284ba98a
commit
49e3729d95
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
|||
name: Compile Main Branch
|
||||
name: Compile Main Branches
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
branches: [ development-tip, stable ]
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
branches: [ development-tip, stable ]
|
||||
release:
|
||||
types: [ created ]
|
||||
|
Loading…
Reference in a new issue