Skip to content

Commit

Permalink
Rename master branch to main
Browse files Browse the repository at this point in the history
  • Loading branch information
icgood committed Sep 12, 2021
1 parent cdd81e4 commit 72ad7e9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@ name: docker

on:
pull_request:
branches:
- 'master'
branches: [ main ]
push:
branches:
- 'master'
branches: [ main ]
release:
types: [ published ]

Expand All @@ -23,7 +21,7 @@ jobs:
images: |
icgood/pymap
tags: |
type=edge,branch=$repo.default_branch
type=edge,branch=main
type=ref,event=tag
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: build

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]

jobs:
build:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: draft

on:
push:
branches:
- master
branches: [ main ]

jobs:
update_release_draft:
Expand Down

0 comments on commit 72ad7e9

Please sign in to comment.