From: claromes Date: Sun, 25 May 2025 14:46:08 +0000 (-0300) Subject: fix action X-Git-Url: https://git.claromes.com/?a=commitdiff_plain;h=86ff862ce6a790421cfdc62a7811c36898886d1b;p=waybacktweets.git fix action --- diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index d46ebd3..cf323a9 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -7,6 +7,7 @@ permissions: jobs: docs: + if: github.ref == 'refs/heads/main' runs-on: ubuntu-latest steps: - uses: actions/checkout@v4