There was an error while loading. Please reload this page.
1 parent 0391ddd commit b433e7bCopy full SHA for b433e7b
3 files changed
.github/workflows/ci.yml
@@ -2,9 +2,9 @@ name: CI
2
3
on:
4
push:
5
- branches: [ main, develop ]
+ branches: [ master, develop ]
6
pull_request:
7
8
9
env:
10
PYTHON_VERSION_DEFAULT: '3.11'
.github/workflows/docker.yml
@@ -2,10 +2,10 @@ name: Docker
- branches: [ main ]
+ branches: [ master ]
tags: [ 'v*.*.*' ]
11
REGISTRY: ghcr.io
.github/workflows/quality.yml
@@ -2,9 +2,9 @@ name: Code Quality
jobs:
lint-and-format:
0 commit comments