mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Merge pull request #2900 from Flow-Launcher/update_ci_default_plugin_publish
Update default plugin publish target branch
This commit is contained in:
commit
5216a35ec2
1 changed files with 2 additions and 2 deletions
4
.github/workflows/default_plugins.yml
vendored
4
.github/workflows/default_plugins.yml
vendored
|
|
@ -2,7 +2,7 @@ name: Publish Default Plugins
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: ['dev']
|
||||
branches: ['master']
|
||||
paths: ['Plugins/**']
|
||||
workflow_dispatch:
|
||||
|
||||
|
|
@ -369,4 +369,4 @@ jobs:
|
|||
tag_name: "v${{steps.updated-version-windowssettings.outputs.prop}}"
|
||||
body: Visit Flow's [release notes](https://github.com/Flow-Launcher/Flow.Launcher/releases) for changes.
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.PUBLISH_PLUGINS }}
|
||||
GITHUB_TOKEN: ${{ secrets.PUBLISH_PLUGINS }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue