Skip to content

Commit

Permalink
Always run GHA workflows when they change (#516)
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut committed Mar 5, 2022
1 parent f61a11b commit 4395da0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs.yml
Expand Up @@ -3,9 +3,11 @@ name: Documentation
on:
pull_request:
paths:
- ".github/workflows/docs.yml"
- 'docs/**'
push:
paths:
- ".github/workflows/docs.yml"
- 'docs/**'

concurrency:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Expand Up @@ -3,9 +3,11 @@ name: Linting
on:
pull_request:
paths:
- ".github/workflows/lint.yml"
- "**.py"
push:
paths:
- ".github/workflows/lint.yml"
- "**.py"

concurrency:
Expand Down

0 comments on commit 4395da0

Please sign in to comment.