mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
ci(gha): Run ci workflow for PRs into release branches
This commit is contained in:
parent
d399a853a3
commit
3bebe60121
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:
|
||||
|
Loading…
Reference in New Issue
Block a user