Skip to content

Commit c205bd3

Browse files
committed
feat: update gh action trigger condition
1 parent 9733216 commit c205bd3

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/otp-provider-tests.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
name: Run OTP provider tests
22

33
on:
4-
push:
5-
branches: [SSOTEAM-2382-01]
4+
pull_request:
5+
branches:
6+
- dev
7+
paths:
8+
- 'docker/otp-provider'
9+
- '.github/workflows/otp-provider-tests.yml'
610

711
jobs:
812
otp-provider-test:

0 commit comments

Comments
 (0)