Skip to content

Commit

Permalink
add branch test_spectaql
Browse files Browse the repository at this point in the history
  • Loading branch information
dklimpel committed Jan 7, 2024
1 parent dfa947e commit 6a142a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
name: Deploy the documentation on GitHub Pages
runs-on: ubuntu-latest
needs: build
if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/test_spectaql'

permissions:
pages: write
Expand Down

0 comments on commit 6a142a4

Please sign in to comment.