Skip to content

Commit

Permalink
add pyproject.toml to paths triggering workflow run
Browse files Browse the repository at this point in the history
  • Loading branch information
aromanielloNTIA committed May 8, 2023
1 parent 6b655ea commit f759171
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/tox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,16 @@ on:
branches:
- master
paths:
- scos_actions
- .github/workflows
- 'scos_actions/**'
- '.github/workflows/**'
- 'pyproject.toml'
pull_request:
branches:
- master
paths:
- scos_actions
- .github/workflows
- 'scos_actions/**'
- '.github/workflows/**'
- 'pyproject.toml'

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
Expand Down

0 comments on commit f759171

Please sign in to comment.