Skip to content

Commit

Permalink
Set build.yml to run on pushing version tags
Browse files Browse the repository at this point in the history
  • Loading branch information
mehaase committed Aug 31, 2023
1 parent 32d2d78 commit 25f0d5d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Build
on:
push:
branches: [main]
tags:
- 'v*'
pull_request:

permissions:
Expand Down

0 comments on commit 25f0d5d

Please sign in to comment.