Skip to content

Commit

Permalink
cicd: always deploy docs on main
Browse files Browse the repository at this point in the history
  • Loading branch information
dynobo committed Jan 27, 2024
1 parent 1b0b096 commit e9f35df
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,12 @@ jobs:

release-documentation:
name: Deploy github pages
needs: deploy-briefcase
needs:
- test
- test-documentation
if: |
(startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main')
&& github.repository_owner == 'dynobo'
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit e9f35df

Please sign in to comment.