Skip to content

Commit a281b8f

Browse files
authored
Update default plugin publish target branch
1 parent eec252e commit a281b8f

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)