Skip to content

Commit

Permalink
ci: only release on tag push
Browse files Browse the repository at this point in the history
  • Loading branch information
jmattheis committed Aug 1, 2024
1 parent b7e7ab8 commit 4de4625
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
name: Release

on:
workflow_run:
workflows: ["Go Check"]
types:
- completed
branches:
- master
push:
tags:
- v*

jobs:
release:

runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}

steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 4de4625

Please sign in to comment.