Skip to content

Commit

Permalink
trigger CI on schema change
Browse files Browse the repository at this point in the history
  • Loading branch information
sir-sigurd committed Jun 13, 2024
1 parent be2f5f8 commit 0e37375
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-quilt3-admin-codegen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ on:
push:
paths:
- '.github/workflows/test-quilt3-admin-codegen.yaml'
- 'shared/graphql/schema.graphql'
- 'api/python/quilt3-admin/**'
- 'api/python/quilt3/admin/_graphql_client/**'
pull_request:
paths:
- '.github/workflows/test-quilt3-admin-codegen.yaml'
- 'shared/graphql/schema.graphql'
- 'api/python/quilt3-admin/**'
- 'api/python/quilt3/admin/_graphql_client/**'
merge_group:
Expand Down

0 comments on commit 0e37375

Please sign in to comment.