This commit is contained in:
Admin9705
2025-05-18 15:39:15 -04:00
parent 080a78dcbe
commit a167215061
2 changed files with 2 additions and 1 deletions

View File

@@ -24,6 +24,7 @@ jobs:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev' || startsWith(github.ref, 'refs/heads/docs')
runs-on: ubuntu-latest
steps:
- name: Checkout