Skip to content

Commit

Permalink
Update README.md to change the example to the new default brach name …
Browse files Browse the repository at this point in the history
…main from master.

Update README.md to change the example to the new default branch name "main" from "master".

I hope this will make the action slightly easier to work with for newer members of the community.
  • Loading branch information
jdsmithit committed May 12, 2023
1 parent e5f4313 commit 463f27e
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ name: build
on:
push:
branches:
- master
- main
pull_request:
jobs:
build:
Expand Down Expand Up @@ -56,7 +56,7 @@ name: build
on:
push:
branches:
- master
- main
pull_request:
jobs:
build:
Expand Down Expand Up @@ -99,7 +99,7 @@ name: build
on:
push:
branches:
- master
- main
pull_request:
jobs:
build:
Expand Down Expand Up @@ -128,7 +128,7 @@ name: build
on:
push:
branches:
- master
- main
pull_request:
jobs:
build:
Expand Down Expand Up @@ -163,7 +163,7 @@ name: build
on:
push:
branches:
- master
- main
pull_request:
jobs:
build:
Expand Down Expand Up @@ -202,7 +202,7 @@ name: build
on:
push:
branches:
- master
- main
pull_request:
jobs:
build:
Expand Down Expand Up @@ -236,7 +236,7 @@ name: build
on:
push:
branches:
- master
- main
pull_request:
jobs:
build:
Expand Down Expand Up @@ -271,7 +271,7 @@ name: build
on:
push:
branches:
- master
- main
pull_request:
jobs:
build:
Expand Down Expand Up @@ -311,7 +311,7 @@ name: Pull Request
on:
push:
branches:
- master
- main

## GITHUB_TOKEN authentication, add only if you're not going to use a PAT
permissions:
Expand Down Expand Up @@ -346,7 +346,7 @@ name: build
on:
push:
branches:
- master
- main
pull_request:
jobs:
build:
Expand Down Expand Up @@ -382,7 +382,7 @@ name: build
on:
push:
branches:
- master
- main
pull_request:
jobs:
build:
Expand Down Expand Up @@ -418,7 +418,7 @@ name: build
on:
push:
branches:
- master
- main
pull_request:
jobs:
build:
Expand Down Expand Up @@ -451,7 +451,7 @@ name: build
on:
push:
branches:
- master
- main
pull_request:
jobs:
build:
Expand Down

0 comments on commit 463f27e

Please sign in to comment.