Skip to content

Commit dcc9954

Browse files
committed
ci: deploy docs on develop
1 parent 5ffb8cd commit dcc9954

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- docs/**
66
- mkdocs.yml
77
workflow_dispatch:
8-
8+
99
jobs:
1010
build:
1111
runs-on: ubuntu-latest
@@ -23,7 +23,7 @@ jobs:
2323
path: site/
2424

2525
deploy:
26-
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
26+
if: github.ref == 'refs/heads/develop' && github.event_name == 'push'
2727
needs:
2828
- build
2929
permissions:

0 commit comments

Comments
 (0)