Skip to content

Commit

Permalink
release.yml: only on tags
Browse files Browse the repository at this point in the history
  • Loading branch information
robinkrens committed Feb 15, 2024
1 parent 14e2b37 commit 14641a0
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,6 +1,9 @@
name: publish raflash

on: push
on:
push:
tags:
- '*'

jobs:
build:
Expand Down Expand Up @@ -29,8 +32,7 @@ jobs:

github-release:
name: >-
Sign the Python 🐍 distribution 📦 with Sigstore
and upload them to GitHub Release
publish raflash at github releases
needs:
- build
runs-on: ubuntu-latest
Expand Down

0 comments on commit 14641a0

Please sign in to comment.