Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

workflow updates #1981

Merged
merged 2 commits into from
Jul 5, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 0 additions & 55 deletions .github/workflows/case-data-export-prod.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/curator-api-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Curator API Node.js CI

on:
push:
branches: [main]
branches: [main, '*-stable']
paths:
- ".github/workflows/curator-api-node.yml"
- "verification/curator-service/api/**"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/curator-service-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Curator Service Github Packages Push
on:
# Build whenever a PR is merged into the main branch.
push:
branches: [main]
branches: [main, '*-stable']
paths:
- ".github/workflows/curator-service-package.yml"
- "verification/curator-service/**"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/curator-ui-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Curator UI Node.js CI

on:
push:
branches: [main]
branches: [main, '*-stable']
paths:
- ".github/workflows/curator-ui-node.yml"
- "verification/curator-service/ui/**"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/data-service-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Data service Node.js CI

on:
push:
branches: [main]
branches: [main, '*-stable']
paths:
- ".github/workflows/data-service-node.yml"
- "data-serving/data-service/**"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/data-service-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Data Service Github Packages Push
on:
# Build whenever a PR is merged into the main branch.
push:
branches: [main]
branches: [main, '*-stable']
paths:
- ".github/workflows/data-service-package.yml"
- "data-serving/data-service/**"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/geocoding-service-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Geocoding Service Github Packages Push
on:
# Build whenever a PR is merged into the main branch.
push:
branches: [main]
branches: [main, '*-stable']
paths:
- ".github/workflows/geocoding-service-package.yml"
- "geocoding/location-service/**"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/geocoding-service-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Geocoding location-service Python CI

on:
push:
branches: [main]
branches: [main, '*-stable']
paths:
- '.github/workflows/geocoding-service-python.yml'
- 'geocoding/location-service/**'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ingestion-functions-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Ingestion functions Python CI

on:
push:
branches: [main]
branches: [main, '*-stable']
paths:
- '.github/workflows/ingestion-functions-python.yml'
- 'ingestion/functions/**'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Integration Tests CI

on:
push:
branches: [main]
branches: [main, '*-stable']
paths:
- ".github/workflows/integration-tests.yml"
- "dev/docker-compose.yml"
Expand Down