Skip to content

Commit 78694b4

Browse files
committed
Also build API documentation for the insp4 branch.
1 parent 625151e commit 78694b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
container: alpine:edge
1919
runs-on: ubuntu-latest
2020
env:
21-
INSPIRCD_BRANCHES: insp3 master
21+
INSPIRCD_BRANCHES: insp3 insp4 master
2222
INSPIRCD_TAGS: v3 v4
2323
environment:
2424
name: github-pages

.github/workflows/check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
if: github.ref != 'refs/heads/master'
1111
env:
12-
INSPIRCD_BRANCHES: insp3 master
12+
INSPIRCD_BRANCHES: insp3 insp4 master
1313
INSPIRCD_TAGS: v3 v4
1414
steps:
1515
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)