Skip to content

Commit

Permalink
containers.yml - change * to **
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-revay authored Oct 17, 2023
1 parent 8480f40 commit 6a47e5b
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,28 +8,29 @@ name: Containers
# TODO - problem - changes in e.g. Kali Linux will thanks to the matrix trigger CI pipeline also for Debian etc. which might not be needed
# TODO add correct trigger paths (e.g. for PopOS etc.)
# TODO output of try_platform for Ubuntu does not show in logs
# TODO change * to ** in all workflows (to support nested directories)

on:
push:
branches: [ "devel", "testing", "stable", "minimal" ]
paths: # TODO add relevant paths
- 'run_init.sh'
- 'prelude.sh'
- 'CommonInitScripts/*.sh*'
- 'CommonInitScripts/**.sh*'
- '.github/workflows/containers.yml'
- 'WSL_Ubuntu_22.04/*.sh'
- 'WSL_Debian_12/*.sh'
- 'Kali_latest_TUI/*.sh'
- 'WSL_Ubuntu_22.04/**.sh'
- 'WSL_Debian_12/**.sh'
- 'Kali_latest_TUI/**.sh'
pull_request:
branches: [ "devel", "testing", "stable", "minimal" ]
paths:
- 'run_init.sh'
- 'prelude.sh'
- 'CommonInitScripts/*.sh*'
- 'CommonInitScripts/**.sh*'
- '.github/workflows/containers.yml'
- 'WSL_Ubuntu_22.04/*.sh'
- 'WSL_Debian_12/*.sh'
- 'Kali_latest_TUI/*.sh'
- 'WSL_Ubuntu_22.04/**.sh'
- 'WSL_Debian_12/**.sh'
- 'Kali_latest_TUI/**.sh'

jobs:
distro-test:
Expand Down

0 comments on commit 6a47e5b

Please sign in to comment.