Skip to content

Commit

Permalink
Configure build github action to run automatically when a new tag is …
Browse files Browse the repository at this point in the history
…pushed
  • Loading branch information
ahrm committed Jul 27, 2021
1 parent 44df244 commit 76b0b74
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build_and_release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@

name: Build Release

on: workflow_dispatch
on:
push:
tags:
- "v*"

jobs:
upload-release:
Expand Down

0 comments on commit 76b0b74

Please sign in to comment.