Skip to content

Commit

Permalink
build: create release after tests finished
Browse files Browse the repository at this point in the history
  • Loading branch information
Ajnasz committed Jul 17, 2024
1 parent 441806f commit 7ad5706
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
name: Release

on:
push:
tags:
- 'v*'
workflow_run:
workflows: ["Run tests"]
types:
- completed

jobs:
build:
name: Build
runs-on: ubuntu-latest
if: github.event.workflow_run.event == 'push' && startsWith(github.ref, 'refs/tags/v')
steps:

- name: Set up Go 1.x
Expand Down

0 comments on commit 7ad5706

Please sign in to comment.