diff options
author | James McCoy <jamessan@jamessan.com> | 2021-05-05 09:02:22 -0400 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2021-05-05 09:21:12 -0400 |
commit | 3bebe6012170c65922cc1673361e5d5d16fa6e36 (patch) | |
tree | e2c20581fd88deb5d45bd37901a0408912055e90 | |
parent | d399a853a3582b86dfadec0213f4d7d2c3676759 (diff) | |
download | rneovim-3bebe6012170c65922cc1673361e5d5d16fa6e36.tar.gz rneovim-3bebe6012170c65922cc1673361e5d5d16fa6e36.tar.bz2 rneovim-3bebe6012170c65922cc1673361e5d5d16fa6e36.zip |
ci(gha): Run ci workflow for PRs into release branches
-rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7c2c38d88c..86be9adabb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,9 @@ on: push: branches: '**' pull_request: - branches: 'master' + branches: + - 'master' + - 'release-[0-9]+.[0-9]+' jobs: unixish: |