mirror of
https://github.com/exelix11/SwitchThemeInjector.git
synced 2024-11-23 01:39:54 +00:00
Fix workflow syntax
This commit is contained in:
parent
6c3fc3f189
commit
6c89769825
2
.github/workflows/InjectorBuild.yml
vendored
2
.github/workflows/InjectorBuild.yml
vendored
@ -1,6 +1,6 @@
|
||||
name: SwitchThemes
|
||||
on:
|
||||
workflow_dispatch
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches: [ master, githubCI ]
|
||||
paths:
|
||||
|
2
.github/workflows/InstallerBuild.yml
vendored
2
.github/workflows/InstallerBuild.yml
vendored
@ -1,6 +1,6 @@
|
||||
name: NXThemesInstaller
|
||||
on:
|
||||
workflow_dispatch
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches: [ master, githubCI ]
|
||||
paths:
|
||||
|
Loading…
Reference in New Issue
Block a user