We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e88bf7 commit d33a37eCopy full SHA for d33a37e
.github/workflows/api-style.yml
@@ -7,6 +7,8 @@ on:
7
pull_request:
8
branches:
9
- main
10
+ paths:
11
+ - "Tekst-API/**"
12
workflow_dispatch:
13
14
jobs:
.github/workflows/api-tests.yml
@@ -7,6 +7,10 @@ on:
+ - "dev/**"
+ - ".github/workflows/api-tests.yml"
15
16
env:
.github/workflows/web-checks.yml
@@ -7,6 +7,11 @@ on:
+ - "Tekst-Web/**"
+ - "Tekst-API/openapi.json"
+ - ".github/workflows/web-checks.yml"
17
0 commit comments