Skip to content

Commit 8e4a8af

Browse files
authored
Update build-and-publish.yml (#5)
* Update build-and-publish.yml Update to instead run on all branches except main, as we want to push any branched version of the release documentation upstream to be consumed.
1 parent 8cb4a10 commit 8e4a8af

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-and-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: Build HTML Pages and publish to rtos-docs-html
33
on:
44
push:
55
branches:
6-
- main
6+
- '*'
7+
- '!main'
78

89
concurrency:
910
group: run-${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)