fix: CI workflow improvements and test config patch path fix

This commit is contained in:
2026-01-04 15:43:05 +03:00
parent ebfb6e0492
commit 2085fd4e37
2 changed files with 5 additions and 1 deletions

View File

@@ -3,8 +3,11 @@ name: Publish
on:
workflow_dispatch:
push:
branches: [main]
tags:
- "v*"
pull_request:
branches: [main]
permissions:
contents: read
@@ -43,6 +46,7 @@ jobs:
publish:
needs: build
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/v')
environment:
name: pypi
url: https://pypi.org/p/ctfd-mcp