Skip to content

Commit

Permalink
feat(ci): run CI when version appears anywhere in branch
Browse files Browse the repository at this point in the history
  • Loading branch information
aauren committed Oct 27, 2022
1 parent ef76ef1 commit 50ba0f2
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 50ba0f2

Please sign in to comment.