We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 625151e commit 78694b4Copy full SHA for 78694b4
.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
18
container: alpine:edge
19
runs-on: ubuntu-latest
20
env:
21
- INSPIRCD_BRANCHES: insp3 master
+ INSPIRCD_BRANCHES: insp3 insp4 master
22
INSPIRCD_TAGS: v3 v4
23
environment:
24
name: github-pages
.github/workflows/check.yml
@@ -9,7 +9,7 @@ jobs:
9
10
if: github.ref != 'refs/heads/master'
11
12
13
14
steps:
15
- uses: actions/checkout@v4
0 commit comments