ci: run actions for pull requests

This commit is contained in:
Geoffroy Empain 2020-12-28 23:27:02 +01:00
parent 543f2ef0d3
commit d1da01e743

View File

@ -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' }}"