diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2874557..ac5f716 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,9 @@ name: CI on: push: - branches: [master, main] + branches: [master, main, 'release/*'] pull_request: - branches: [master, main] + branches: [master, main, 'release/*'] env: NIM_VERSION: '2.2.4'