Skip to content

Commit 0e46f55

Browse files
committed
Relax if statement (#477)
1 parent b1d48a3 commit 0e46f55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
release:
1414
name: Release
1515
runs-on: ubuntu-latest
16-
if: ${{ github.repository == 'PaloAltoNetworks/docusaurus-openapi-docs' && github.ref == 'refs/heads/main' && github.event_name == 'push' }}
16+
if: ${{ github.repository == 'PaloAltoNetworks/docusaurus-openapi-docs' }}
1717
steps:
1818
- uses: actions/checkout@v3
1919
with:

0 commit comments

Comments
 (0)