We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36d2321 commit 58e388fCopy full SHA for 58e388f
2 files changed
.github/workflows/deploy-docs.yml
@@ -2,7 +2,7 @@ name: Deploy docs to GitHub Pages
2
3
on:
4
push:
5
- branches: [ main ]
+ branches: [ main, modernize ]
6
paths:
7
- 'docs/**'
8
- 'mkdocs.yml'
.github/workflows/tests.yml
@@ -2,9 +2,9 @@ name: Tests
- branches: [ main, develop ]
+ branches: [ main, develop, modernize ]
pull_request:
9
jobs:
10
tests:
0 commit comments