diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 18f68e6..0c632a5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,6 +32,7 @@ jobs: # Run on push to master branch # if: github.event_name == 'push' && github.ref == 'refs/heads/master' + if: github.event_name == 'push' steps: - uses: actions/checkout@v4