Rename master to main
Some checks failed
CI / lint (push) Has been cancelled
CI / docs (push) Has been cancelled
Docker build / test (push) Has been cancelled
CI / test (mariadb, minimal, 3.11) (push) Has been cancelled
CI / test (mariadb, normal, 3.11) (push) Has been cancelled
CI / test (mariadb, normal, 3.9) (push) Has been cancelled
CI / test (postgresql, minimal, 3.11) (push) Has been cancelled
CI / test (postgresql, normal, 3.11) (push) Has been cancelled
CI / test (postgresql, normal, 3.9) (push) Has been cancelled
CI / test (sqlite, minimal, 3.10) (push) Has been cancelled
CI / test (sqlite, minimal, 3.11) (push) Has been cancelled
CI / test (sqlite, minimal, 3.12) (push) Has been cancelled
CI / test (sqlite, minimal, 3.9) (push) Has been cancelled
CI / test (sqlite, normal, 3.10) (push) Has been cancelled
CI / test (sqlite, normal, 3.11) (push) Has been cancelled
CI / test (sqlite, normal, 3.12) (push) Has been cancelled
CI / test (sqlite, normal, 3.8) (push) Has been cancelled
CI / test (sqlite, normal, 3.9) (push) Has been cancelled
Docker build / build_upload (push) Has been cancelled

This commit is contained in:
Alexis Métaireau 2024-12-28 00:05:26 +01:00
parent c2db991ffd
commit 4f9cad88bd
No known key found for this signature in database
GPG key ID: 1C21B876828E5FF2
2 changed files with 4 additions and 4 deletions

View file

@ -2,9 +2,9 @@ name: CI
on:
push:
branches: [ 'master', 'stable-*' ]
branches: [ 'main', 'stable-*' ]
pull_request:
branches: [ 'master', 'stable-*' ]
branches: [ 'main', 'stable-*' ]
jobs:
lint:

View file

@ -3,9 +3,9 @@ name: Docker build
on:
push:
tags: ['*']
branches: [ 'master', 'stable-*' ]
branches: [ 'main', 'stable-*' ]
pull_request:
branches: [ 'master', 'stable-*' ]
branches: [ 'main', 'stable-*' ]
jobs: