diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6bbbd36..5cc0eea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,13 @@ name: CI on: push: - branches: [main] + branches: + - main + - release-v* pull_request: - branches: [main] + branches: + - main + - release-v* jobs: verify_files: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 536cfd7..6da4f8f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,7 +4,7 @@ on: push: branches: - main - - hotfix-release-v* + - release-v* jobs: release: