Skip to content

Commit 6682e71

Browse files
authored
Update validate.yml
1 parent f9fab5a commit 6682e71

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/validate.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ name: Auto Validate Examples
77

88
on:
99
workflow_dispatch:
10+
push:
11+
branches:
12+
- master
13+
- release-*
14+
tags:
15+
- v*
16+
17+
pull_request:
18+
branches:
19+
- master
20+
- release-*
1021
jobs:
1122
validate:
1223
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)