Skip to content

Commit

Permalink
add workflow files to paths to trigger run (#2202)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvinSchiller authored Jan 3, 2024
1 parent c713610 commit c4ee966
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test_docker_debian_v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
branches:
- 'future3/**'
paths:
- '.github/workflows/test_docker_debian*.yml'
- 'installation/**'
- 'ci/**'
- 'resources/**'
Expand All @@ -20,6 +21,7 @@ on:
- future3/develop
- future3/main
paths:
- '.github/workflows/test_docker_debian*.yml'
- 'installation/**'
- 'ci/**'
- 'resources/**'
Expand Down

0 comments on commit c4ee966

Please sign in to comment.