Skip to content

Commit

Permalink
ci: adjust ci workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
kod-kristoff committed Apr 25, 2024
1 parent d3ec3d6 commit d48ac7f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 9 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/backend-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,20 @@ on:
tags-ignore:
- v*
paths:
- 'karp-backend/**'
- '!karp-backend/README.md'
- 'karp/**'
- 'tests/**'
- 'grammars/**'
- 'assets/**'
- '*.toml'
pull_request:
branches:
- '**/*'
paths:
- 'karp-backend/**'
- 'karp/**'
- 'tests/**'
- 'grammars/**'
- 'assets/**'
- '*.toml'
workflow_dispatch:

env:
Expand Down
16 changes: 10 additions & 6 deletions .github/workflows/backend-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,20 @@ on:
branches:
- "**/*"
paths:
- 'karp-backend/**/*.py'
- 'karp-backend/pyproject.toml'
- 'karp-lex-core/**/*.py'
- 'karp/**'
- 'tests/**'
- 'grammars/**'
- 'assets/**'
- '*.toml'
pull_request:
branches:
- "**/*"
paths:
- 'karp-backend/**/*.py'
- 'karp-backend/pyproject.toml'
- 'karp-lex-core/**/*.py'
- 'karp/**'
- 'tests/**'
- 'grammars/**'
- 'assets/**'
- '*.toml'
workflow_dispatch:

env:
Expand Down

0 comments on commit d48ac7f

Please sign in to comment.