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:
- '*.md'
pull_request:
branches: [ master ]
branches: [ master, 2.0.X ]
paths-ignore:
- '*.md'

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

Loading…
Cancel
Save