Skip to content

Commit 406a211

Browse files
authored
Update verify.yaml (#4812)
1 parent 4df7640 commit 406a211

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/verify.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ on:
77
- 'README*'
88
- 'docs/**'
99
- '.github/workflows/**'
10-
branches: [ main, '[1-9].[0-9].x' ]
10+
branches: [ main, '3.[0-9].x' ]
1111
pull_request:
1212
paths-ignore:
1313
- '.gitignore'
1414
- 'LICENSE'
1515
- 'README*'
1616
- 'docs/**'
17-
branches: [ main, '[1-9].[0-9].x' ]
17+
branches: [ main, '3.[0-9].x' ]
1818

1919
concurrency:
2020
# Only run once for latest commit per ref and cancel other (previous) runs.

0 commit comments

Comments
 (0)