Skip to content

Commit

Permalink
fix master to main (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
jjw24 authored Jun 19, 2021
1 parent 12c2ba5 commit 94a79d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Publish Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish Release
on:
workflow_dispatch:
push:
branches: [ master ]
branches: [ main ]
paths-ignore:
- .github/workflows/*

Expand Down Expand Up @@ -37,4 +37,4 @@ jobs:
files: 'Flow.Launcher.Plugin.IsPrime.zip'
tag_name: "v${{steps.version.outputs.prop}}"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 94a79d8

Please sign in to comment.