Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

Commit 1a54830

Browse files
authored
Merge pull request #921 from lukaszstolarczuk/fix-docs-GHA-job
CI: fix GHA docs' job - use branches names not tags
2 parents 5cd6a8b + 851b478 commit 1a54830

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/gha.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ jobs:
5252
WORKDIR: utils/docker
5353
if:
5454
contains('refs/heads/master
55-
refs/heads/1.11
56-
refs/heads/1.10
57-
refs/heads/1.9
58-
refs/heads/1.8
59-
refs/heads/1.7
60-
refs/heads/1.6
61-
refs/heads/1.5', github.ref)
55+
refs/heads/stable-1.11
56+
refs/heads/stable-1.10
57+
refs/heads/stable-1.9
58+
refs/heads/stable-1.8
59+
refs/heads/stable-1.7
60+
refs/heads/stable-1.6
61+
refs/heads/stable-1.5', github.ref)
6262
strategy:
6363
matrix:
6464
CONFIG: ["TYPE=doc OS=fedora OS_VER=32"]

0 commit comments

Comments
 (0)