Skip to content

Commit

Permalink
Chore: semantic
Browse files Browse the repository at this point in the history
  • Loading branch information
mikolajsobolewski committed Feb 15, 2024
1 parent c45105a commit 1d92ae5
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/semantic_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,7 @@ jobs:
release:
runs-on: ubuntu-latest
name: Release
if: |
${{
github.event_name == 'push' && (
startsWith(github.ref, 'refs/tags/faucet@release-') ||
startsWith(github.ref, 'refs/tags/wardend@release-') ||
startsWith(github.ref, 'refs/tags/web@release-') ||
startsWith(github.ref, 'refs/tags/wardenkms@release-')
) ||
github.event_name == 'workflow_run' && github.event.workflow_run.conclusion == 'success'
}}
if: ${{ github.ref == 'refs/heads/main' && github.event.workflow_run.conclusion == 'success' }}
steps:
- name: Echo stuff
run: |
Expand Down

0 comments on commit 1d92ae5

Please sign in to comment.