Skip to content

Commit

Permalink
Enabled CI to run when pushing tags
Browse files Browse the repository at this point in the history
- this should allow us to push tags and it'll build + upload the
  binaries to Github Releases
  • Loading branch information
daniellockyer committed Apr 13, 2022
1 parent a21d41f commit 426930f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- master
tags:
- '*'
env:
FORCE_COLOR: 1
concurrency:
Expand Down

0 comments on commit 426930f

Please sign in to comment.