Skip to content

Commit 295087e

Browse files
committed
Fxed trigger filtering
1 parent 612fe20 commit 295087e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ansible-test_client.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,11 @@ on:
44
push:
55
paths:
66
- 'ansible-test/**'
7-
- 'sap-ocs/**'
87
- 'test/**'
98
- '.github/workflows/ansible_test_client.yaml'
109
pull_request:
1110
paths:
1211
- 'ansible-test/**'
13-
- 'sap-ocs/**'
1412
- 'test/**'
1513
- '.github/workflows/ansible-test_client.yaml'
1614

@@ -54,4 +52,4 @@ jobs:
5452
context: ./
5553
file: ${{ env.DOCKERFILE }}
5654
platforms: linux/amd64
57-
push: True
55+
push: True

0 commit comments

Comments
 (0)