Skip to content

Commit

Permalink
don't skip deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
eifel-tech committed Oct 22, 2024
1 parent eabd081 commit aa6da99
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,10 @@ jobs:
if: |
contains(github.event.head_commit.message, '[skip ci]') == false &&
github.event_name == 'push'
# github.event_name == 'push' &&
# startsWith(github.ref, 'refs/tags/v')
# if: |
# contains(github.event.head_commit.message, '[skip ci]') == false &&
# github.event_name == 'push' &&
# startsWith(github.ref, 'refs/tags/v')

runs-on: ubuntu-latest

Expand Down

0 comments on commit aa6da99

Please sign in to comment.