Skip to content
Open
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
4 changes: 2 additions & 2 deletions .github/workflows/code-climate-coverage-aggregation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Generate/Upload all Coverage Reports

on:
push:
branches: [master]
branches: [main]
pull_request:
branches: [master]
branches: [main]

jobs:
yarn:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cucumber-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Cucumber Tests

on:
pull_request:
branches: [ master ]
branches: [ main ]
push:
branches: [ master ]
branches: [ main ]
workflow_dispatch:

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dev-efiling-admin-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
schedule:
- cron: "0 0 * */3 *"
push:
branches: [master]
branches: [main]
paths:
- "src/frontend/efiling-demo/**"
- ".github/workflows/dev-efiling-admin-build.yaml"
Expand Down Expand Up @@ -101,4 +101,4 @@ jobs:
git add .

git commit -m "Update Dev Admin image tag"
git push origin develop # Update the branch name as needed
git push origin develop # Update the branch name as needed
2 changes: 1 addition & 1 deletion .github/workflows/dev-efiling-api-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
schedule:
- cron: "0 0 * */3 *"
push:
branches: [master]
branches: [main]
paths:
- "src/backend/**"
- ".github/workflows/dev-efiling-api-build.yaml"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dev-efiling-frontend-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build Efiling Frontend Image and Push to Openshift Registry

on:
push:
branches: [master]
branches: [main]
paths:
- "src/frontend/efiling-frontend/**"
- ".github/workflows/dev-efiling-frontend-build.yaml"
Expand Down Expand Up @@ -100,4 +100,4 @@ jobs:
git add .

git commit -m "Update Dev Frontend image tag"
git push origin develop # Update the branch name as needed
git push origin develop # Update the branch name as needed