Skip to content

Commit

Permalink
Add release trigger instead of tag (#418)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmmarslender committed Feb 8, 2024
1 parent 7c5a803 commit 90558ca
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build-test-riscv64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@ on:
push:
branches:
- main
- dev
tags:
- "**"
release:
types: [published]
pull_request:
branches:
- "**"
- '**'

permissions:
contents: read
Expand Down

0 comments on commit 90558ca

Please sign in to comment.