We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8548721 + 1e1d45a commit 96d52f6Copy full SHA for 96d52f6
.github/workflows/1.pipeline.yml
@@ -77,3 +77,6 @@ jobs:
77
contents: write
78
uses: ./.github/workflows/callable.publish-javadoc.yml
79
needs: integration_test
80
+ if: |
81
+ github.ref == 'refs/heads/main'
82
+ || github.ref_type == 'tag'
0 commit comments