Skip to content

Commit

Permalink
ci: run actions for pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
gempain committed Dec 28, 2020
1 parent 9f9eb94 commit fb533c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: main
on: [ push ]
on: [ push, pull_request ]
env:
GITHUB_REPOSITORY_SSH_URL: "git@github.com:${{ github.repository }}.git"
TMP_DOCKER_IMAGE: "getmeli/api/${{ github.ref }}"
Expand Down

0 comments on commit fb533c4

Please sign in to comment.