This commit is contained in:
Yonas Habteab 2025-07-14 18:04:57 +02:00
parent 57533a65b8
commit fba129efda
2 changed files with 2 additions and 12 deletions

View File

@ -1,11 +1,6 @@
name: Linux name: Linux
on: on: push
push:
branches:
- master
- 'support/*'
pull_request: {}
concurrency: concurrency:
group: linux-${{ github.event_name == 'push' && github.sha || github.ref }} group: linux-${{ github.event_name == 'push' && github.sha || github.ref }}

View File

@ -1,11 +1,6 @@
name: Windows name: Windows
on: on: push
push:
branches:
- master
- 'support/*'
pull_request: {}
concurrency: concurrency:
group: windows-${{ github.event_name == 'push' && github.sha || github.ref }} group: windows-${{ github.event_name == 'push' && github.sha || github.ref }}