mirror of
https://github.com/jakcron/nstool
synced 2024-11-14 17:56:39 +00:00
Update github workflow
This commit is contained in:
parent
5c1bd2c786
commit
cb46c7c7c3
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
|||
name: Compile Master Branch
|
||||
name: Compile Main Branch
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
branches: [ main ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
branches: [ main ]
|
||||
release:
|
||||
types: [ created ]
|
||||
|
Loading…
Reference in a new issue