From 0f883c05c6c33cc8e2944e0e3b6218dfa01fb633 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Mei=C3=9Fner?= Date: Fri, 8 Jan 2021 12:59:14 +0100 Subject: [PATCH] Remove on pull-request As we use secrets in the CI workflow we remove the `on: [pull-request]` because secrets are not use if action is triggered from fork. --- .github/workflows/main.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7af899f..e0fe97d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,7 +2,6 @@ name: CI on: - push -- pull_request jobs: tests: