Skip to content

Commit

Permalink
build pkg on all branched deploy docs on main
Browse files Browse the repository at this point in the history
  • Loading branch information
erikfrojdh committed Nov 29, 2024
1 parent c2d039a commit b430039
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: Build the package using cmake then documentation
on:
workflow_dispatch:
push:
branches:
- main



permissions:
Expand Down Expand Up @@ -58,6 +57,7 @@ jobs:
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: build
if: github.ref == 'refs/heads/main'
steps:
- name: Deploy to GitHub Pages
id: deployment
Expand Down

0 comments on commit b430039

Please sign in to comment.