Skip to content

Commit

Permalink
Update test-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mcencini authored Sep 11, 2024
1 parent f30a92d commit 4915e33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
name: Build API Documentation
runs-on: ubuntu-latest
needs: get-commit-message
if: ${{ contains(needs.get-commit-message.outputs.message, '!docs_build') || github.ref == 'refs/heads/master' }}
if: ${{ contains(needs.get-commit-message.outputs.message, '!docs_build') || github.ref == 'refs/heads/main' }}
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
CompileDocs:
name: Compile the coverage badge in docs
runs-on: ubuntu-latest
if: ${{ github.ref == 'refs/heads/master' }}
if: ${{ github.ref == 'refs/heads/main' }}
needs: [BuildDocs, coverage]
steps:
- name: Get the docs_build artifact
Expand Down

0 comments on commit 4915e33

Please # to comment.