Increase resolution, bump pycord, small fixes (#27)

This commit is contained in:
2026-01-06 18:57:47 +01:00
committed by GitHub
parent a099f9d9b7
commit c2f1a4560b
5 changed files with 210 additions and 212 deletions

View File

@@ -2,11 +2,9 @@ name: CI/CD
on:
push:
branches: [ "main", "dev" ]
# Publish semver tags as releases.
tags: [ 'v*.*.*' ]
branches: [ "master" ]
pull_request:
branches: ["dev"]
branches: [ "master" ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}