diff --git a/.github/workflows/Test.yml b/.github/workflows/Test.yml index aa8bbcd..99cf54b 100644 --- a/.github/workflows/Test.yml +++ b/.github/workflows/Test.yml @@ -9,7 +9,7 @@ jobs: doc: - if: github.event_name == 'push' # Only run on push + if: github.ref == 'refs/heads/master' runs-on: ubuntu-latest name: '📓 Docs'