Fix actions
This commit is contained in:
parent
c5c8e90417
commit
d87d99e63b
2
.github/workflows/linux-build.yml
vendored
2
.github/workflows/linux-build.yml
vendored
@ -2,7 +2,7 @@ name: Linux build
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
branches: [ master ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
2
.github/workflows/windows-build.yml
vendored
2
.github/workflows/windows-build.yml
vendored
@ -1,7 +1,7 @@
|
||||
name: Windows build
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
branches: [ master ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
Loading…
Reference in New Issue
Block a user