Skip to content

Commit

Permalink
[ghactions] Change branch to 1.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentzell committed Aug 26, 2023
1 parent 16d8609 commit 62e3275
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: build

on:
push:
branches: [ main ]
branches: [ 1.0.x ]
pull_request:
branches: [ main ]
branches: [ 1.0.x ]

jobs:
build:
Expand Down Expand Up @@ -70,9 +70,9 @@ jobs:
ctest -j2 --output-on-failure
- name: Deploy documentation to website
if: matrix.doc == 'ON' && github.ref == 'refs/heads/main'
if: matrix.doc == 'ON' && github.ref == 'refs/heads/1.0.x'
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: build/doc/html
branch: github.io
target-folder: docs/main
target-folder: docs/1.0.x

0 comments on commit 62e3275

Please sign in to comment.