Skip to content

Commit

Permalink
Merge pull request #234 from jdsmithit/patch-1
Browse files Browse the repository at this point in the history
Update README.md to change the example to the new default brach name …
  • Loading branch information
AnaisUrlichs committed Aug 7, 2023
2 parents e602665 + 463f27e commit 559eb12
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions README.md
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 559eb12

Please sign in to comment.