Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
Add tag-based triggering for release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rabilrbl committed Jan 18, 2024
1 parent e4c2207 commit c05d307
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@ name: Build for common platforms
on:
release:
types: [created]
push:
tags:
- 'v*.*.*'
workflow_dispatch:

jobs:
build:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit c05d307

Please sign in to comment.