Skip to content

Commit

Permalink
chore: add CI checks for maintenance branch for v0.10.x
Browse files Browse the repository at this point in the history
  • Loading branch information
tychoish committed Jan 21, 2025
1 parent bba60e4 commit 784be0a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ on:
branches:
- main
- next
- v0.10.x
push:
branches:
- main
- next
- v0.10.x

jobs:
golangci:
Expand Down
9 changes: 8 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
name: go test
on:
pull_request:
paths:
- "**.go"
branches:
- main
- next
- v0.10.x
push:
paths:
- "**.go"
branches:
- main
- next
- v0.10.x

jobs:
tests:
Expand All @@ -17,7 +24,7 @@ jobs:
steps:
- uses: actions/setup-go@v3
with:
go-version: "1.20"
go-version: "1.21"
- uses: actions/checkout@v3
- uses: technote-space/get-diff-action@v6
with:
Expand Down

0 comments on commit 784be0a

Please sign in to comment.