Skip to content

Commit 396d462

Browse files
committed
Update the GH workflow branches for 0.18.x
Signed-off-by: Christian Tzolov <christian.tzolov@broadcom.com>
1 parent 851c441 commit 396d462

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/conformance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Conformance Tests
33
on:
44
pull_request: {}
55
push:
6-
branches: [main]
6+
branches: [0.18.x]
77
workflow_dispatch:
88

99
jobs:

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Deploy Documentation
33
on:
44
push:
55
branches:
6-
- main
6+
- 0.18.x
77
paths:
88
- 'docs/**'
99
- 'mkdocs.yml'

.github/workflows/publish-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Publish Snapshot
22

33
on:
44
push:
5-
branches: [ "main", "0.18.x" ]
5+
branches: [ "0.18.x" ]
66

77
jobs:
88
build:

0 commit comments

Comments
 (0)