diff --git a/.github/workflows/lint-test-publish.yml b/.github/workflows/lint-test-publish.yml index ae25e72..c234d2a 100644 --- a/.github/workflows/lint-test-publish.yml +++ b/.github/workflows/lint-test-publish.yml @@ -45,7 +45,7 @@ jobs: publish: runs-on: ubuntu-latest - if: ${{ github.event_name == 'push' && github.repository_owner == 'aldeed' && github.ref == 'refs/heads/main' }} + if: ${{ github.event_name == 'push' && github.repository_owner == 'longshotlabs' && github.ref == 'refs/heads/main' }} needs: [lint, test] defaults: run: