Skip to content

Commit

Permalink
github actions: run on v2 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesKaufmann committed Aug 31, 2024
1 parent b3cd870 commit 4e80d5d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Go

on:
push:
branches: [ main ]
branches: [ main, v2 ]
pull_request:
branches: [ main ]
branches: [ main, v2 ]

jobs:

Expand Down Expand Up @@ -55,4 +55,4 @@ jobs:
uses: actions/checkout@v4

- name: Test
run: go test ./... -v -race -cover
run: go test ./... -v -race -cover
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: goreleaser
on:
push:
tags:
- '*'
- 'v2.*'

permissions:
contents: write
Expand Down

0 comments on commit 4e80d5d

Please sign in to comment.