Fix 2.6 Github Workflow

pull/1238/head
Arvind Iyengar 2021-05-28 18:56:42 -07:00
parent 9c5c1c5ef3
commit e00b834e35
No known key found for this signature in database
GPG Key ID: A8DD9BFD6C811498
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ name: CI-pullrequest
on:
pull_request:
branches:
- dev-v2.5
- dev-v2.6
jobs:
build:
@ -19,7 +19,7 @@ jobs:
run: sudo make pull-scripts
- name: Pull in all relevant branches
run: git fetch origin release-v2.5
run: git fetch origin release-v2.6
- name: Validate
run: sudo make validate