Skip to content

Commit

Permalink
only run on master but not tags
Browse files Browse the repository at this point in the history
  • Loading branch information
tschortsch committed Sep 22, 2021
1 parent 5f8c50e commit d4ee8b1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 66 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
name: '[DRY RUN] Deploy'

# only run on master but not tags
if: ${{ !startsWith(github.ref, 'refs/tags/') }}
if: ${{ github.ref == 'refs/heads/master' && !startsWith(github.ref, 'refs/tags/') }}

needs: [ lint, tests ]

Expand Down
65 changes: 0 additions & 65 deletions .travis.yml

This file was deleted.

0 comments on commit d4ee8b1

Please sign in to comment.