Skip to content

Commit a1d7e44

Browse files
authored
Merge pull request #2365 from Flow-Launcher/fix_publish_plugins_action
Fix publish default plugins action not triggering
2 parents d53a5bc + 85115a2 commit a1d7e44

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/default_plugins.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Publish Default Plugins
22

33
on:
44
push:
5-
branches: ['master']
5+
branches: ['dev']
66
paths: ['Plugins/**']
77
workflow_dispatch:
88

@@ -46,6 +46,7 @@ jobs:
4646
- 'Plugins/Flow.Launcher.Plugin.WebSearch/plugin.json'
4747
windowssettings:
4848
- 'Plugins/Flow.Launcher.Plugin.WindowsSettings/plugin.json'
49+
base: 'master'
4950

5051
- name: Get BrowserBookmark Version
5152
if: steps.changes.outputs.browserbookmark == 'true'

0 commit comments

Comments
 (0)