From 5d4867713ad9e0fdf475dc5e9651847a465cc4ae Mon Sep 17 00:00:00 2001 From: David Heidelberg Date: Mon, 12 Jul 2021 22:21:23 +0200 Subject: [PATCH] FIXUP: update CI --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f7d0f7f6b8452..f13e68e2cc170 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,9 +10,7 @@ env: on: push: - branches: [ master ] pull_request: - branches: [ master ] workflow_dispatch: jobs: @@ -34,6 +32,7 @@ jobs: mv /home/runner/.cache/tuxmake/builds/1/linux-grate-next.tar ./ - uses: "marvinpinto/action-automatic-releases@latest" + if: ${{!startsWith(github.ref, 'refs/pull')}} with: repo_token: "${{ secrets.GITHUB_TOKEN }}" automatic_release_tag: "${{ env.KERNEL_NAME }}"