fix(build): do not use actions for incompatible events

This commit is contained in:
Arthur Meyre
2021-09-20 14:15:42 +02:00
parent dc5446d5bf
commit d546e17c1f

View File

@@ -43,6 +43,7 @@ jobs:
steps:
- uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
- name: Get changed files
if: ${{ github.event_name == 'push' || github.event_name == 'pull_request' }}
uses: Ana06/get-changed-files@ea75ed777daf24d6e95f43957bd26b1eab20806c
id: files
with: