Skip to content

Commit

Permalink
Merge pull request #7 from axiomhq/arne/fix-ci
Browse files Browse the repository at this point in the history
Run CI workflow on tags as well
  • Loading branch information
bahlo committed Jul 22, 2022
2 parents c998851 + cc350fc commit 1226b1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
push:
branches:
- main
tags:
- "v*"

jobs:
rust_fmt_check:
Expand Down

0 comments on commit 1226b1d

Please sign in to comment.