From 674c057411866a2c29922f237abc95d8059b60ca Mon Sep 17 00:00:00 2001 From: novalisdenahi Date: Tue, 17 Dec 2024 22:51:11 +0100 Subject: [PATCH] Update gitignore and build --- .github/workflows/build.yml | 6 ++++-- .gitignore | 1 + 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c991f31..8756103 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,8 +6,10 @@ on: pull_request: branches: [ main ] - workflow_dispatch: - +concurrency: + group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} + cancel-in-progress: true + jobs: # Prepare environment and build the plugin diff --git a/.gitignore b/.gitignore index e2e5d94..ffabde6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .gradle .idea +.intellijPlatform .qodana build