Skip to content

Commit

Permalink
Merge pull request #68 from gotify/release-stuff
Browse files Browse the repository at this point in the history
ci: only release on tag push
  • Loading branch information
jmattheis authored Aug 1, 2024
2 parents b7e7ab8 + 4de4625 commit 8cd2160
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 8cd2160

Please sign in to comment.