Skip to content

Commit

Permalink
Merge pull request #22 from hensur/fix-ci
Browse files Browse the repository at this point in the history
fix ci, actually run deployments from master
  • Loading branch information
martin-helmich authored Apr 9, 2020
2 parents 5e136e3 + 14cc777 commit c00f101
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
name: Deploy Latest Image
runs-on: ubuntu-latest
needs: ['test', 'build']
if: github.ref == 'master'
if: github.ref == 'refs/heads/master'
steps:
- name: Set up Go 1.13
uses: actions/setup-go@v1
Expand Down

0 comments on commit c00f101

Please sign in to comment.