mirror of
https://github.com/jakcron/nstool
synced 2024-11-15 02:06:40 +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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ master ]
|
branches: [ main ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ master ]
|
branches: [ main ]
|
||||||
release:
|
release:
|
||||||
types: [ created ]
|
types: [ created ]
|
||||||
|
|
Loading…
Reference in a new issue