Skip to content

Commit

Permalink
trigger on publish
Browse files Browse the repository at this point in the history
  • Loading branch information
saraswatpuneet committed Oct 21, 2024
1 parent 576f4c3 commit 4cd60ab
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/release_rian_snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,16 @@ on:
push:
tags:
- "v*"

release:
types:
- published
jobs:
release-querent-binary-artifacts:
name: Build ${{ matrix.target }}
runs-on: ubuntu-latest
strategy:
matrix:
target:
[
x86_64-apple-darwin,
aarch64-apple-darwin,
x86_64-unknown-linux-gnu,
x86_64-pc-windows-msvc.exe,
]
target: [x86_64-unknown-linux-gnu]

steps:
- name: Extract asset version
Expand Down

0 comments on commit 4cd60ab

Please sign in to comment.