Skip to content

Commit

Permalink
use if condition as the push filter doesn't seem to do the job
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonatan Zint committed Apr 21, 2020
1 parent f2964b8 commit 0b5f4d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
tags:
jobs:
publish:

if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 0b5f4d2

Please sign in to comment.