Skip to content

Commit 840dd0e

Browse files
committed
chore: update workflow paths to exclude workflow files from triggers
On-behalf-of: Gerald Morrison (SAP) <gerald.morrison@sap.com> Signed-off-by: Gerald Morrison (SAP) <gerald.morrison@sap.com>
1 parent 82aa5fa commit 840dd0e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/e2e.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@ on:
66
- 'CODE_OF_CONDUCT.md'
77
- 'README.md'
88
- 'Contributing.md'
9-
- '.github/**'
9+
- '.github/workflows/**'
1010
branches:
1111
- main
1212

1313
push:
14+
paths-ignore:
15+
- '.github/workflows/**'
1416
branches:
1517
- main
1618
schedule:

.github/workflows/tests.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@ on:
66
- 'CODE_OF_CONDUCT.md'
77
- 'README.md'
88
- 'Contributing.md'
9-
- '.github/**'
9+
- '.github/workflows/**'
1010
workflow_call:
1111

1212
push:
13+
paths-ignore:
14+
- '.github/workflows/**'
1315
branches:
1416
- main
1517

0 commit comments

Comments
 (0)