Skip to content

Commit

Permalink
fixes for workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ansibleguy committed Jan 14, 2024
1 parent adfc8d4 commit 2e7f4f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ on:
paths:
- '**.py'
- '**.yml'
- '.github/workflows/test.yml'
- '.github/workflows/lint.yml'
- 'requirements_lint.txt'
pull_request:
branches: [latest]
paths:
- '**.py'
- '**.yml'
- '.github/workflows/test.yml'
- '.github/workflows/lint.yml'
- 'requirements_lint.txt'

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ on:
branches: [latest]
paths:
- '**.py'
- '.github/workflows/test.yml'
- '.github/workflows/unit_test.yml'
pull_request:
branches: [latest]
paths:
- '**.py'
- '.github/workflows/test.yml'
- '.github/workflows/unit_test.yml'

jobs:
build:
Expand Down

0 comments on commit 2e7f4f5

Please sign in to comment.