Skip to content

Commit

Permalink
Fix workflow syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
exelix11 committed Oct 29, 2021
1 parent 6c3fc3f commit 6c89769
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/InjectorBuild.yml
@@ -1,6 +1,6 @@
name: SwitchThemes
on:
workflow_dispatch
workflow_dispatch:
push:
branches: [ master, githubCI ]
paths:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/InstallerBuild.yml
@@ -1,6 +1,6 @@
name: NXThemesInstaller
on:
workflow_dispatch
workflow_dispatch:
push:
branches: [ master, githubCI ]
paths:
Expand Down

0 comments on commit 6c89769

Please sign in to comment.