Skip to content

Commit

Permalink
Trigger build binaries workflow when pushing tags
Browse files Browse the repository at this point in the history
  • Loading branch information
fguillot authored Nov 12, 2023
1 parent 1bd5d57 commit e9480ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_binaries.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Build Binaries
on:
workflow_dispatch:
push:
tags:
- '[0-9]+.[0-9]+.[0-9]+'
jobs:
build:
name: Build
Expand Down

0 comments on commit e9480ba

Please sign in to comment.