Skip to content

Commit 9619354

Browse files
always build
1 parent 6afd5f3 commit 9619354

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/main.yml

+2-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
name: Build and publish doc
2-
3-
on:
4-
push:
5-
branches:
6-
- main
7-
2+
on: push
83
jobs:
94
build:
105
runs-on: ubuntu-latest
@@ -42,6 +37,7 @@ jobs:
4237
./build.sh nav ssb ci-nais dev-nais tenant
4338
4439
publish:
40+
if: github.ref == 'refs/heads/master'
4541
needs: build
4642
runs-on: ubuntu-latest
4743
strategy:

0 commit comments

Comments
 (0)