Skip to content

Commit 58e388f

Browse files
committed
ci: update workflows to include modernize branch
1 parent 36d2321 commit 58e388f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy docs to GitHub Pages
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ main, modernize ]
66
paths:
77
- 'docs/**'
88
- 'mkdocs.yml'

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Tests
22

33
on:
44
push:
5-
branches: [ main, develop ]
5+
branches: [ main, develop, modernize ]
66
pull_request:
7-
branches: [ main, develop ]
7+
branches: [ main, develop, modernize ]
88

99
jobs:
1010
tests:

0 commit comments

Comments
 (0)