Skip to content

Commit 6ef6bee

Browse files
committed
test gh pages
Signed-off-by: Gregor Zeitlinger <[email protected]>
1 parent 8f75de4 commit 6ef6bee

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

.github/workflows/github-pages.yaml

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
name: Deploy Documentation to Github Pages
22

33
on:
4+
on:
5+
push:
6+
branches: [ "main" ]
7+
pull_request:
8+
branches: [ "main" ]
9+
410
# Runs on pushes targeting the 1.0.x branch
5-
push:
6-
branches:
7-
- main
8-
tags:
9-
- "v*.*.*" # updates the version in the docs
11+
# todo revert this
12+
# push:
13+
# branches:
14+
# - main
15+
# tags:
16+
# - "v*.*.*" # updates the version in the docs
1017

1118
# Allows you to run this workflow manually from the Actions tab
1219
workflow_dispatch:

0 commit comments

Comments
 (0)