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.
1 parent b1d48a3 commit 0e46f55Copy full SHA for 0e46f55
.github/workflows/release.yaml
@@ -13,7 +13,7 @@ jobs:
13
release:
14
name: Release
15
runs-on: ubuntu-latest
16
- if: ${{ github.repository == 'PaloAltoNetworks/docusaurus-openapi-docs' && github.ref == 'refs/heads/main' && github.event_name == 'push' }}
+ if: ${{ github.repository == 'PaloAltoNetworks/docusaurus-openapi-docs' }}
17
steps:
18
- uses: actions/checkout@v3
19
with:
0 commit comments