Skip to content

Commit

Permalink
chore: test on PRs to release branches
Browse files Browse the repository at this point in the history
  • Loading branch information
rainest committed Mar 28, 2024
1 parent 20b270f commit dc36637
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
pull_request:
branches:
- 'main'
- 'release/[0-9]+.[0-9]+.x'
push:
branches:
- 'main'
Expand Down Expand Up @@ -114,7 +115,7 @@ jobs:
if: steps.detect_if_should_run_enterprise.outputs.result == 'true'
id: license
with:
password: ${{ secrets.PULP_PASSWORD }}
op-token: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}

- name: setup golang
uses: actions/setup-go@v4
Expand Down Expand Up @@ -196,7 +197,7 @@ jobs:
if: steps.detect_if_should_run.outputs.result == 'true'
id: license
with:
password: ${{ secrets.PULP_PASSWORD }}
op-token: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}

- name: checkout repository
if: steps.detect_if_should_run.outputs.result == 'true'
Expand Down

0 comments on commit dc36637

Please sign in to comment.