File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4
4
pull_request :
5
5
push :
6
6
branches :
7
- - master
7
+ - main
8
8
9
9
jobs :
10
10
prepare :
Original file line number Diff line number Diff line change 6
6
- edited
7
7
- synchronize
8
8
branches :
9
- - master
9
+ - main
10
10
jobs :
11
11
lint-pr :
12
12
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 6
6
# Disabled to be able to roll multiple breaking releases into one release
7
7
# push:
8
8
# branches:
9
- # - master
9
+ # - main
10
10
11
11
jobs :
12
12
release :
25
25
- name : Setup | Force release branch to be at workflow sha
26
26
run : |
27
27
git reset --hard ${{ github.sha }}
28
- - name : Python Semantic Release
28
+ - name : Action | Python Semantic Release
29
29
id : release
30
30
# https://github.com/python-semantic-release/python-semantic-release/releases
31
31
# https://python-semantic-release.readthedocs.io/en/latest/github-action.html
Original file line number Diff line number Diff line change 1
1
# Django Object Actions
2
2
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 )
4
4
5
5
If you've ever tried making admin object tools you may have thought, "why can't
6
6
this be as easy as making Django Admin Actions?" Well now they can be.
You can’t perform that action at this time.
0 commit comments