Skip to content

Commit

Permalink
Make sure dev release doesn't run for tags
Browse files Browse the repository at this point in the history
  • Loading branch information
gideonshaked committed Jul 1, 2021
1 parent 8a415b4 commit ed58947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:

jobs:
build:
if: "!startsWith(github.ref, 'refs/tags/v')"
runs-on: windows-latest

steps:
Expand All @@ -24,7 +25,6 @@ jobs:
run: make pyinstaller

- name: Release
if: "!startsWith(github.ref, 'refs/tags/v')"
uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
Expand Down

0 comments on commit ed58947

Please sign in to comment.