Update CI branch name configuration value for 1.16.
This commit is contained in:
parent
b2472be6e6
commit
d62715673a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci-main.yml
vendored
4
.github/workflows/ci-main.yml
vendored
|
@ -2,9 +2,9 @@ name: CI
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
branches: [ 1.16 ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
branches: [ 1.16 ]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
Loading…
Add table
Reference in a new issue