Skip to content

Commit 3a41d74

Browse files
committed
allow master branch
1 parent 641ba45 commit 3a41d74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
# ---------------------------------------------------------------------------------------
128128

129129
needs: build
130-
if: github.ref == 'refs/heads/main'
130+
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master'
131131

132132
runs-on: ubuntu-latest
133133

0 commit comments

Comments
 (0)