Skip to content

Commit

Permalink
gha: test rpk on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewhsu committed Sep 1, 2023
1 parent fdc76a2 commit 34221a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rpk-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ on:
- '*'
pull_request:
branches:
- main
- dev
- 'v*'
paths:
- .github/workflows/rpk-build.yml
- src/go/rpk

jobs:
test:
name: Run tests
name: Test rpk
strategy:
matrix:
os: [linux, darwin, windows]
Expand Down

0 comments on commit 34221a1

Please sign in to comment.