Skip to content

Commit

Permalink
debugging workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
erudenko committed Dec 29, 2020
1 parent 190569f commit b6ad27d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish_docker_hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
run: echo "$GITHUB_CONTEXT"


- name: Exit if not on master branch
if: endsWith(github.ref, 'master') == false
run: exit -1
# - name: Exit if not on master branch
# if: endsWith(github.ref, 'master') == false
# run: exit -1

- name: Docker meta
id: docker_meta
Expand Down

0 comments on commit b6ad27d

Please sign in to comment.