Skip to content

Commit

Permalink
Merge pull request #825 from WalterMoar/actions-main-branch
Browse files Browse the repository at this point in the history
GitHub Actions: Switch the default repository branch name to "main"
  • Loading branch information
josekudiyirippil authored Nov 16, 2022
2 parents 9147818 + 1b2c389 commit 93c155d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The GitHub Action `pull-request-deploy.yaml` is only run manually. It will:
- Run OWASP ZAP tests
- Run Newman tests if the deployment environment is The Q dev

The GitHub Action `master-deploy.yaml` is only run manually. It will:
The GitHub Action `main-deploy.yaml` is only run manually. It will:

- Run Cypress tests against the Appointment Frontend
- Build images using Dockerfile and Source to Image (S2I) builds
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Master Deploy
name: Main Deploy
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
ref:
required: false
type: string
default: master
default: main
secrets:
bceid-endpoint:
required: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-build-dockerfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
ref:
required: false
type: string
default: master
default: main
directory:
required: true
type: string
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-build-s2i.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
ref:
required: false
type: string
default: master
default: main
directory:
required: true
type: string
Expand Down

0 comments on commit 93c155d

Please sign in to comment.