Skip to content

Commit

Permalink
Adjust workflow triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
bkis committed Sep 26, 2024
1 parent 75c8cec commit 672aac9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/client-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ on:
- "Tekst-Web/package-lock.json"
- ".github/workflows/client-build.yml"
pull_request:
branches:
- main
- development
paths:
- "Tekst-Web/public/**"
- "Tekst-Web/scripts/**"
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/server-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ on:
- "Tekst-API/poetry.lock"
- ".github/workflows/server-style.yml"
pull_request:
branches:
- development
- main
paths:
- "Tekst-API/tekst/**"
- "Tekst-API/tests/**"
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/server-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ on:
- "Tekst-API/poetry.lock"
- ".github/workflows/server-tests.yml"
pull_request:
branches:
- development
- main
paths:
- "Tekst-API/tekst/**"
- "Tekst-API/tests/**"
Expand Down

0 comments on commit 672aac9

Please sign in to comment.