Skip to content

Commit

Permalink
ci: fix trigger paths in config schema generation workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lfleischmann committed Aug 26, 2024
1 parent 7c0cb9e commit 5f6bebb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/schema-generate-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ on:
branches:
- main
paths:
- backend/config/config.go
- 'backend/config/*.go'
- '!backend/config/config_default.go'
- '!backend/config/**test.go'

jobs:
config:
Expand Down

0 comments on commit 5f6bebb

Please sign in to comment.