Skip to content

Commit

Permalink
fix workflow filters
Browse files Browse the repository at this point in the history
  • Loading branch information
ankudinov committed May 1, 2024
1 parent 1ba1654 commit 30cca86
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
paths:
- .github/workflows/{{ cookiecutter.__demo_slug }}.yml
- .github/workflows/container-build-child-workflow.yml
- containers/{{ cookiecutter.__demo_slug }}
- containers/{{ cookiecutter.__demo_slug }}/**
workflow_dispatch:
branches: [main]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/avd-avd-extended-workshop--part-1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
paths:
- .github/workflows/avd-avd-extended-workshop--part-1.yml
- .github/workflows/container-build-child-workflow.yml
- containers/avd-avd-extended-workshop--part-1
- containers/avd-avd-extended-workshop--part-1/**
workflow_dispatch:
branches: [main]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cvaas-cvaas-and-avd-demo--evpn-mlag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
paths:
- .github/workflows/cvaas-cvaas-and-avd-demo--evpn-mlag.yml
- .github/workflows/container-build-child-workflow.yml
- containers/cvaas-cvaas-and-avd-demo--evpn-mlag
- containers/cvaas-cvaas-and-avd-demo--evpn-mlag/**
workflow_dispatch:
branches: [main]

Expand Down

0 comments on commit 30cca86

Please sign in to comment.