We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eec252e commit a281b8fCopy full SHA for a281b8f
.github/workflows/default_plugins.yml
@@ -2,7 +2,7 @@ name: Publish Default Plugins
2
3
on:
4
push:
5
- branches: ['dev']
+ branches: ['master']
6
paths: ['Plugins/**']
7
workflow_dispatch:
8
@@ -369,4 +369,4 @@ jobs:
369
tag_name: "v${{steps.updated-version-windowssettings.outputs.prop}}"
370
body: Visit Flow's [release notes](https://github.com/Flow-Launcher/Flow.Launcher/releases) for changes.
371
env:
372
- GITHUB_TOKEN: ${{ secrets.PUBLISH_PLUGINS }}
+ GITHUB_TOKEN: ${{ secrets.PUBLISH_PLUGINS }}
0 commit comments