diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 63ab7f5..3037e04 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,5 +1,5 @@ name: main -on: [ push ] +on: [ push, pull_request ] env: GITHUB_REPOSITORY_SSH_URL: "git@github.com:${{ github.repository }}.git" IS_RELEASE_BRANCH: "${{ github.ref == 'refs/heads/latest' || github.ref == 'refs/heads/next' || github.ref == 'refs/heads/beta' }}"