We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec17f25 commit e6425c9Copy full SHA for e6425c9
1 file changed
.github/workflows/docs.yaml
@@ -17,6 +17,6 @@ jobs:
17
docs-directory: .
18
19
deploy:
20
- if: ${{ github.repository == 'MetOffice/simulation-systems' }}
+ if: github.ref == 'refs/heads/main'
21
needs: build
22
uses: MetOffice/growss/.github/workflows/deploy-sphinx-docs.yaml@main
0 commit comments