Skip to content

Commit 6e1a451

Browse files
authored
fix(ci): fix renamed branch s/master/main (#184)
1 parent ce75176 commit 6e1a451

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request:
55
push:
66
branches:
7-
- master
7+
- main
88

99
jobs:
1010
prepare:

.github/workflows/conventional-pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- edited
77
- synchronize
88
branches:
9-
- master
9+
- main
1010
jobs:
1111
lint-pr:
1212
runs-on: ubuntu-latest

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
# Disabled to be able to roll multiple breaking releases into one release
77
# push:
88
# branches:
9-
# - master
9+
# - main
1010

1111
jobs:
1212
release:
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup | Force release branch to be at workflow sha
2626
run: |
2727
git reset --hard ${{ github.sha }}
28-
- name: Python Semantic Release
28+
- name: Action | Python Semantic Release
2929
id: release
3030
# https://github.com/python-semantic-release/python-semantic-release/releases
3131
# https://python-semantic-release.readthedocs.io/en/latest/github-action.html

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Django Object Actions
22

3-
[![CI](https://github.com/crccheck/django-object-actions/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/crccheck/django-object-actions/actions/workflows/ci.yml?query=branch%3Amaster)
3+
[![CI](https://github.com/crccheck/django-object-actions/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/crccheck/django-object-actions/actions/workflows/ci.yml?query=branch%3Amain)
44

55
If you've ever tried making admin object tools you may have thought, "why can't
66
this be as easy as making Django Admin Actions?" Well now they can be.

0 commit comments

Comments
 (0)