Skip to content

Commit c00f101

Browse files
Merge pull request #22 from hensur/fix-ci
fix ci, actually run deployments from master
2 parents 5e136e3 + 14cc777 commit c00f101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
name: Deploy Latest Image
7979
runs-on: ubuntu-latest
8080
needs: ['test', 'build']
81-
if: github.ref == 'master'
81+
if: github.ref == 'refs/heads/master'
8282
steps:
8383
- name: Set up Go 1.13
8484
uses: actions/setup-go@v1

0 commit comments

Comments
 (0)