Skip to content

Commit

Permalink
build when pushing a version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
kkuepper committed Jun 12, 2023
1 parent 410379a commit 9b710bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
push:
branches:
- main
tags:
- v0.**
pull_request:
types: [opened, synchronize, reopened, closed]
branches:
Expand Down

0 comments on commit 9b710bf

Please sign in to comment.