Skip to content

Commit 5216a35

Browse files
authored
Merge pull request #2900 from Flow-Launcher/update_ci_default_plugin_publish
Update default plugin publish target branch
2 parents 6017e3c + a281b8f commit 5216a35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/default_plugins.yml

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

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

@@ -369,4 +369,4 @@ jobs:
369369
tag_name: "v${{steps.updated-version-windowssettings.outputs.prop}}"
370370
body: Visit Flow's [release notes](https://github.com/Flow-Launcher/Flow.Launcher/releases) for changes.
371371
env:
372-
GITHUB_TOKEN: ${{ secrets.PUBLISH_PLUGINS }}
372+
GITHUB_TOKEN: ${{ secrets.PUBLISH_PLUGINS }}

0 commit comments

Comments
 (0)