Skip to content

Commit

Permalink
Merge pull request #2900 from Flow-Launcher/update_ci_default_plugin_…
Browse files Browse the repository at this point in the history
…publish

Update default plugin publish target branch
  • Loading branch information
jjw24 authored Sep 4, 2024
2 parents 6017e3c + a281b8f commit 5216a35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/default_plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Publish Default Plugins

on:
push:
branches: ['dev']
branches: ['master']
paths: ['Plugins/**']
workflow_dispatch:

Expand Down Expand Up @@ -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 }}

0 comments on commit 5216a35

Please sign in to comment.