Skip to content

Commit

Permalink
Add master condition
Browse files Browse the repository at this point in the history
  • Loading branch information
gurinderu committed Jul 2, 2020
1 parent 9f6d656 commit 35823ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ jobs:
dockerize:
needs: [native-image,test]
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master'
steps:
- uses: actions/checkout@v2
- run: git fetch --unshallow
Expand Down

0 comments on commit 35823ff

Please sign in to comment.