Rename primary branch to main (#837)

Co-authored-by: Harel M <harel.mazor@gmail.com>
This commit is contained in:
Yuri Astrakhan
2023-12-17 17:09:10 -05:00
committed by GitHub
parent 1df2e36dbb
commit 17eaa3f204
4 changed files with 10 additions and 10 deletions
+3 -3
View File
@@ -2,9 +2,9 @@ name: ci
on:
pull_request:
branches: [ master ]
branches: [ main ]
push:
branches: [ master ]
branches: [ main ]
jobs:
@@ -35,7 +35,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: docker build -t docker.pkg.github.com/maputnik/editor/editor:master .
- run: docker build -t docker.pkg.github.com/maputnik/editor/editor:main .
# build the editor
build-node: