diff --git a/.gitea/workflows/ci-build.yml b/.gitea/workflows/ci-build.yml index f1a78765e..09e6cc1ec 100644 --- a/.gitea/workflows/ci-build.yml +++ b/.gitea/workflows/ci-build.yml @@ -4,17 +4,6 @@ on: branches: - main - develop - - feature/** - - feat/** - - bugfix/** - - fix/** - - hotfix/** - - release/** - - refactor/** - - perf/** - - docs/** - - chore/** - - ci/** tags: - v* pull_request: diff --git a/.gitea/workflows/ci-cd.yml b/.gitea/workflows/ci-cd.yml index e5aad63db..e56993482 100755 --- a/.gitea/workflows/ci-cd.yml +++ b/.gitea/workflows/ci-cd.yml @@ -4,17 +4,6 @@ on: branches: - main - develop - - feature/** - - feat/** - - bugfix/** - - fix/** - - hotfix/** - - release/** - - refactor/** - - perf/** - - docs/** - - chore/** - - ci/** tags: - v* pull_request: