diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index cbaccc6e6..33c68e88e 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -1,11 +1,6 @@ name: Linux -on: - push: - branches: - - master - - 'support/*' - pull_request: {} +on: push concurrency: group: linux-${{ github.event_name == 'push' && github.sha || github.ref }} diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 052254897..7e1ac480c 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -1,11 +1,6 @@ name: Windows -on: - push: - branches: - - master - - 'support/*' - pull_request: {} +on: push concurrency: group: windows-${{ github.event_name == 'push' && github.sha || github.ref }}