Skip to content

Commit

Permalink
chore: Exclude openapi module from webapp QA workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
GODrums committed Sep 2, 2024
1 parent 2937c61 commit 8ab455f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/webapp-qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ on:
pull_request:
paths:
- "webapp/**"
- "!webapp/src/app/core/modules/openapi/**"
push:
paths:
- "webapp/**"
- "!webapp/src/app/core/modules/openapi/**"
branches: [develop]

jobs:
Expand Down

0 comments on commit 8ab455f

Please sign in to comment.