Skip to content

Commit

Permalink
Change tag name for triggering the pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
msobo1 authored Nov 7, 2023
1 parent cb21f0f commit 6566108
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- "**"
tags:
- "v**"
- "**"
pull_request:
paths-ignore:
- 'LICENSE'
Expand Down Expand Up @@ -539,7 +539,7 @@ jobs:
if: |
success() &&
github.event_name != 'pull_request' &&
startsWith(github.ref, 'refs/tags/v')
startsWith(github.ref, 'refs/tags/')
environment:
name: production
url: ${{ vars.ENV_RELEASE_URL }}
Expand Down

0 comments on commit 6566108

Please sign in to comment.