mirror of
https://github.com/neovim/neovim.git
synced 2026-04-19 22:10:45 +00:00
Merge pull request #16198 from jamessan/limit-ci-branches
ci: limit CI checks to the main dev branches
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -1,7 +1,9 @@
|
||||
name: CI
|
||||
on:
|
||||
push:
|
||||
branches: ['**']
|
||||
branches:
|
||||
- 'master'
|
||||
- 'release-[0-9]+.[0-9]+'
|
||||
pull_request:
|
||||
types: [opened, synchronize, reopened, ready_for_review]
|
||||
branches:
|
||||
|
||||
Reference in New Issue
Block a user