We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ca2456 commit 934dd02Copy full SHA for 934dd02
.github/workflows/CI.yml
@@ -3,7 +3,7 @@ name: CI
3
on:
4
pull_request:
5
push:
6
- branches: [ 'main' ]
+ branches: [ 'main', 'v3' ]
7
paths:
8
- '**'
9
- '!/docs/*' # Don't run workflow when files are only in the /docs directory
0 commit comments