mirror of
https://github.com/django/django.git
synced 2024-12-31 21:46:05 +00:00
Updated Git branch "master" to "main" in GitHub actions workflows.
This commit is contained in:
parent
76c0b32f82
commit
a124365de8
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
@ -6,7 +6,7 @@ on:
|
||||
- 'docs/**'
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
paths:
|
||||
- 'docs/**'
|
||||
|
||||
|
2
.github/workflows/linters.yml
vendored
2
.github/workflows/linters.yml
vendored
@ -4,7 +4,7 @@ on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
|
||||
jobs:
|
||||
flake8:
|
||||
|
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -4,7 +4,7 @@ on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
|
||||
jobs:
|
||||
javascript-tests:
|
||||
|
Loading…
Reference in New Issue
Block a user