Skip to content

Commit

Permalink
only trigger release action on v* tags and ignore function-mesh-* tags (
Browse files Browse the repository at this point in the history
  • Loading branch information
freeznet authored May 5, 2023
1 parent 2d20a66 commit 5dfa387
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:

jobs:
upload:
if: startsWith(github.ref, 'refs/tags/v')
name: Upload Release files
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -95,6 +96,7 @@ jobs:
overwrite: true

openshift:
if: startsWith(github.ref, 'refs/tags/v')
name: Upload Release files
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 5dfa387

Please sign in to comment.