Skip to content

Commit 648871a

Browse files
committed
Currently, we want our documentation updated as
soon as something has been pushed to the release_v1.0.0 branch.
1 parent 32017c7 commit 648871a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: website
22

3-
# build the documentation whenever there are new commits on main
3+
# build the documentation whenever there are new commits on release_v1.0.0
44
on:
55
push:
66
branches:
7-
- main
7+
- release_v1.0.0
88
# Alternative: only build for tags.
99
# tags:
1010
# - '*'

0 commit comments

Comments
 (0)