Skip to content

Commit

Permalink
filter paths for CI installation worlflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvinSchiller committed Dec 21, 2023
1 parent 0c9e3f4 commit c4b6f7d
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion .github/workflows/test_docker_debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,27 @@ on:
push:
branches-ignore:
- 'future3/**'
paths:
- 'ci/**'
- 'misc/sampleconfigs/**'
- 'scripts/helperscripts/setup_*'
- 'scripts/installscripts/**'
- 'settings/version-number'
- 'packages*.txt'
- 'requirements*.txt'
pull_request:
# The branches below must be a subset of the branches above
branches: [ develop ]
branches:
- develop
- main
paths:
- 'ci/**'
- 'misc/sampleconfigs/**'
- 'scripts/helperscripts/setup_*'
- 'scripts/installscripts/**'
- 'settings/version-number'
- 'packages*.txt'
- 'requirements*.txt'

# let only one instance run the test so cache is not corrupted.
# cancel already running instances as only the last run will be relevant
Expand Down

0 comments on commit c4b6f7d

Please sign in to comment.