mirror of
https://github.com/docker/build-push-action.git
synced 2025-04-01 20:50:09 +02:00
Change the default branch in code examples from "master" to "main"
GitHub has changed the default branch name from "master" to "main". For people who copy and paste these code snippets into their projects, it becomes problematic and confusing.
This commit is contained in:
parent
b1aeb1103e
commit
a59a2be696
1 changed files with 2 additions and 2 deletions
|
@ -65,7 +65,7 @@ name: ci
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'master'
|
||||
- 'main'
|
||||
|
||||
jobs:
|
||||
docker:
|
||||
|
@ -116,7 +116,7 @@ name: ci
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'master'
|
||||
- 'main'
|
||||
|
||||
jobs:
|
||||
docker:
|
||||
|
|
Loading…
Add table
Reference in a new issue