Skip to content

Commit

Permalink
ci/cd: release run rules
Browse files Browse the repository at this point in the history
  • Loading branch information
realkarmakun committed Jul 23, 2024
1 parent 394d623 commit 02f7310
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Release

on:
push:
tags:
- "v*.*.*"
workflow_run:
workflows: ["build"]
branches: [master]
Expand All @@ -9,7 +12,6 @@ on:

jobs:
build:
if: startsWith(github.ref, 'refs/tags/v')
runs-on: ubuntu-latest
steps:
- name: Download artifacts for release
Expand Down

0 comments on commit 02f7310

Please sign in to comment.