mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
fix publish plugins action
This commit is contained in:
parent
d53a5bce05
commit
85115a24cd
1 changed files with 2 additions and 1 deletions
3
.github/workflows/default_plugins.yml
vendored
3
.github/workflows/default_plugins.yml
vendored
|
|
@ -2,7 +2,7 @@ name: Publish Default Plugins
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: ['master']
|
||||
branches: ['dev']
|
||||
paths: ['Plugins/**']
|
||||
workflow_dispatch:
|
||||
|
||||
|
|
@ -46,6 +46,7 @@ jobs:
|
|||
- 'Plugins/Flow.Launcher.Plugin.WebSearch/plugin.json'
|
||||
windowssettings:
|
||||
- 'Plugins/Flow.Launcher.Plugin.WindowsSettings/plugin.json'
|
||||
base: 'master'
|
||||
|
||||
- name: Get BrowserBookmark Version
|
||||
if: steps.changes.outputs.browserbookmark == 'true'
|
||||
|
|
|
|||
Loading…
Reference in a new issue