Skip to content

Commit

Permalink
feat(ci): run CI on version prep branches and MRs
Browse files Browse the repository at this point in the history
  • Loading branch information
aauren committed Oct 31, 2022
1 parent f9eb5de commit 1db2294
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@ on:
branches:
- master
- v[1-9].*
- prep-v[1-9].*
tags:
- v[1-9].*
pull_request:
branches:
- master
- v[1-9].*
- prep-v[1-9].*

env:
BUILDTIME_BASE: "golang:1.19.2-alpine3.16"
Expand Down

0 comments on commit 1db2294

Please sign in to comment.