Skip to content

Commit d33a37e

Browse files
committed
Reintroduce path restrictions for workflows
1 parent 8e88bf7 commit d33a37e

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

.github/workflows/api-style.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
pull_request:
88
branches:
99
- main
10+
paths:
11+
- "Tekst-API/**"
1012
workflow_dispatch:
1113

1214
jobs:

.github/workflows/api-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77
pull_request:
88
branches:
99
- main
10+
paths:
11+
- "Tekst-API/**"
12+
- "dev/**"
13+
- ".github/workflows/api-tests.yml"
1014
workflow_dispatch:
1115

1216
env:

.github/workflows/web-checks.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ on:
77
pull_request:
88
branches:
99
- main
10+
paths:
11+
- "Tekst-Web/**"
12+
- "Tekst-API/openapi.json"
13+
- "dev/**"
14+
- ".github/workflows/web-checks.yml"
1015
workflow_dispatch:
1116

1217
jobs:

0 commit comments

Comments
 (0)