Skip to content

Commit

Permalink
TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
jjw24 committed Aug 16, 2023
1 parent 57eb603 commit 5cac08f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/default_plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Publish Default Plugins

on:
push:
branches: ['master']
branches: ['deploy_plugins']
paths: ['Plugins/**']
workflow_dispatch:

Expand Down
3 changes: 2 additions & 1 deletion Plugins/Flow.Launcher.Plugin.Calculator/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@
"Website": "https://github.com/Flow-Launcher/Flow.Launcher",
"ExecuteFileName": "Flow.Launcher.Plugin.Caculator.dll",
"IcoPath": "Images\\calculator.png"
}
}

2 changes: 2 additions & 0 deletions Plugins/Flow.Launcher.Plugin.Explorer/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@
"ExecuteFileName": "Flow.Launcher.Plugin.Explorer.dll",
"IcoPath": "Images\\explorer.png"
}


0 comments on commit 5cac08f

Please sign in to comment.