From d1da01e743b2867a36b6ec4ffcd29740fd96645c Mon Sep 17 00:00:00 2001 From: Geoffroy Empain Date: Mon, 28 Dec 2020 23:27:02 +0100 Subject: [PATCH] ci: run actions for pull requests --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' }}"