mirror of
https://github.com/neovim/neovim.git
synced 2026-04-27 17:54:10 +00:00
ci(gha): Run ci workflow for PRs into release branches
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -3,7 +3,9 @@ on:
|
||||
push:
|
||||
branches: '**'
|
||||
pull_request:
|
||||
branches: 'master'
|
||||
branches:
|
||||
- 'master'
|
||||
- 'release-[0-9]+.[0-9]+'
|
||||
|
||||
jobs:
|
||||
unixish:
|
||||
|
||||
Reference in New Issue
Block a user