Skip to content

Commit

Permalink
Update github actions to react to tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinitto committed Oct 27, 2022
1 parent e6e69ac commit 27e93b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ name: CI
on:
push:
branches:
- main
- master
tags:
- "v*"
pull_request:

jobs:
Expand Down

0 comments on commit 27e93b0

Please sign in to comment.