Skip to content

Commit

Permalink
Update master -> main in README
Browse files Browse the repository at this point in the history
  • Loading branch information
jefflinse committed Feb 12, 2021
1 parent 222117f commit 80e14fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ Create a validation workflow to run whenever a pull request is created or update
_.github/workflows/**pr.yml**:_

```yaml
name: Pull Request Release Info
name: Release Info
on:
pull_request:
types: [labeled, unlabeled, opened, edited, reopened, synchronize, ready_for_review]
Expand Down Expand Up @@ -204,11 +204,11 @@ Create a CI workflow to run whenever a pull request is merged. All optional inpu
_.github/workflows/**ci.yml**:_

```yaml
name: Master CI
name: Main CI
on:
push:
branches:
- master
- main
jobs:
bump-tag-version:
name: Bump and Tag Version
Expand Down

0 comments on commit 80e14fd

Please sign in to comment.