Skip to content

Commit

Permalink
Enable CI build on releases (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
oxisto authored Feb 28, 2022
1 parent ed57e37 commit b960c2e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ name: build

on:
push:
branches: [main]
branches:
- main
tags:
- v**
pull_request:
branches: [main]

Expand Down

0 comments on commit b960c2e

Please sign in to comment.