Chore: Run test on PR to v2 branch (#3582)

pull/3072/head
Nelson Chan 9 months ago committed by GitHub
parent ce0289855d
commit fe431d6385
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -9,7 +9,7 @@ on:
paths-ignore: paths-ignore:
- '*.md' - '*.md'
pull_request: pull_request:
branches: [ master ] branches: [ master, 2.0.X ]
paths-ignore: paths-ignore:
- '*.md' - '*.md'

@ -1,4 +1,4 @@
name: json-yaml-validate name: json-yaml-validate
on: on:
push: push:
branches: branches:
@ -6,6 +6,7 @@ on:
pull_request: pull_request:
branches: branches:
- master - master
- 2.0.X
workflow_dispatch: workflow_dispatch:
permissions: permissions:

Loading…
Cancel
Save