Skip to content

Commit

Permalink
cd: run on tag push as well
Browse files Browse the repository at this point in the history
Makes releasing easier
  • Loading branch information
stackmystack committed Sep 5, 2024
1 parent 44243cb commit b39b04b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
push:
branches:
- master
tags:
- v[0-9]+.[0-9]+

jobs:
build:
Expand Down

0 comments on commit b39b04b

Please sign in to comment.