wip: run GHA on push

This commit is contained in:
Yonas Habteab 2025-07-24 09:22:38 +02:00
parent acbcf299a0
commit a6d6457465
2 changed files with 2 additions and 12 deletions

View File

@ -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 }}

View File

@ -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 }}