Skip to content

Commit d06bc17

Browse files
Add PR trigger to test workflow
1 parent 74a9373 commit d06bc17

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test-oidc-auth.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ name: Test OIDC Authentication
22

33
on:
44
workflow_dispatch:
5+
pull_request:
6+
paths:
7+
- '.github/workflows/release.yml'
8+
- '.github/workflows/test-oidc-auth.yml'
9+
- '.github/actions/setup-cli-deps/**'
510

611
permissions:
712
contents: read

0 commit comments

Comments
 (0)