Skip to content

fix(action): allow main ref when krew release bot action is triggered #53

fix(action): allow main ref when krew release bot action is triggered

fix(action): allow main ref when krew release bot action is triggered #53

Workflow file for this run

name: Test Pull Request
on: [pull_request]
jobs:
TestPR:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.23'
- name: Run unit tests
run: |
pwd && ls -ltr && go version && go test ./... -cover