Skip to content

Commit

Permalink
add staging-update branch to action triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
afwillia committed Nov 17, 2023
1 parent d189f5c commit b9396e0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/validate-dcc-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,18 @@ name: validate dcc config
on:
push:
paths:
- '*/dca_config.json'
- 'dcc/*dca_config.json'
- 'test/*dca_config.json'
- 'schemas/dca_config.schema.json'
pull_request:
branches:
- 'main'
- 'staging'
- 'staging-update'
- 'dev'
paths:
- '*/dca_config.json'
- 'dcc/*dca_config.json'
- 'test/*dca_config.json'
- 'schemas/dca_config.schema.json'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/validate-template-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,18 @@ name: Validate Template Config
on:
push:
paths:
- */*dca-template-config.json'
- 'dcc/*dca-template-config.json'
- 'test/*dca-template-config.json'
- 'schemas/dca_template_config.schema.json'
pull_request:
branches:
- 'main'
- 'staging'
- 'staging-update'
- 'dev'
paths:
- '*/*dca-template-config.json'
- 'dcc/*dca-template-config.json'
- 'test/*dca-template-config.json'
- 'schemas/dca_template_config.schema.json'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/validate-tenants-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
branches:
- 'main'
- 'staging'
- 'staging-update'
- 'dev'
paths:
- 'tenants.json'
Expand Down

0 comments on commit b9396e0

Please sign in to comment.