Skip to content

Commit

Permalink
update test jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
superstes committed Aug 30, 2024
1 parent 264b284 commit 77dc249
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ name: Lint

on:
push:
branches: [latest]
branches: [latest, master]
paths:
- '**.py'
- '**.yml'
- '.github/workflows/lint.yml'
- 'requirements_lint.txt'
pull_request:
branches: [latest]
branches: [latest, master]
paths:
- '**.py'
- '**.yml'
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/test-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,15 @@ name: Integration Tests

on:
push:
branches: [latest]
branches: [latest, master]
paths:
- '**.py'
- '.github/workflows/test-integration.yml'
- 'requirements_test_integration.txt'
pull_request:
branches: [latest]
branches: [latest, master]
paths:
- '**.py'
- '**.yml'
- '.github/workflows/test-integration.yml'
- 'requirements_test_integration.txt'
jobs:
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/test-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,15 @@ name: Unit Tests

on:
push:
branches: [latest]
branches: [latest, master]
paths:
- '**.py'
- '.github/workflows/test-unit.yml'
- 'requirements_test_unit.txt'
pull_request:
branches: [latest]
branches: [latest, master]
paths:
- '**.py'
- '**.yml'
- '.github/workflows/test-unit.yml'
- 'requirements_test_unit.txt'
jobs:
Expand Down

0 comments on commit 77dc249

Please sign in to comment.