From 79fa72e59348f607cd414870da73c6a88752747e Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Sun, 11 Apr 2021 02:40:46 +0200 Subject: [PATCH] Experimenting with github actions --- .github/workflows/pull_request_check.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pull_request_check.yml b/.github/workflows/pull_request_check.yml index d401c7e..01463c0 100644 --- a/.github/workflows/pull_request_check.yml +++ b/.github/workflows/pull_request_check.yml @@ -2,10 +2,7 @@ name: Pull request check on: pull_request: types: [opened, edited, synchronize, ready_for_review, review_requested] - push: - branches: - - develop - - master + jobs: build: runs-on: ubuntu-latest @@ -52,4 +49,4 @@ jobs: with: # message: 'yoyo🤙🏻' message: "cat layer_report.txt missing_licenses.txt" - GITHUB_TOKEN: ${{ secrets.MAPCOMPLETE_PR_COMMENT_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file