mirror of
https://github.com/Paillat-dev/flagger.git
synced 2026-03-03 02:54:54 +00:00
✨ Increase resolution, bump pycord, small fixes (#27)
This commit is contained in:
6
.github/workflows/CI-CD.yaml
vendored
6
.github/workflows/CI-CD.yaml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user