Skip to content

Commit

Permalink
fix(ci): add keycloak to paths that trigger E2E
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusroemer committed Feb 28, 2024
1 parent 746904e commit d151430
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/e2e-k3d.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ on:
workflow_dispatch:
push:
paths:
- "website/**"
- "backend/**"
- "keycloak/**"
- "kubernetes/**"
- "preprocessing/**"
- "website/**"
- "deploy.py"
- ".github/scripts/**"
- ".github/workflows/**"
Expand Down

0 comments on commit d151430

Please sign in to comment.