Run CI on PR

This commit is contained in:
Jon Eugster
2025-09-27 10:25:49 +02:00
parent 7706f539e9
commit fddee3b511

View File

@@ -2,9 +2,10 @@ name: Build non-main branch
run-name: Build non-main branch
on:
workflow_dispatch:
push:
branches-ignore:
- 'main'
pull_request:
# push:
# branches-ignore:
# - 'main'
jobs:
build:
runs-on: ubuntu-latest