ci: Build only on push to main and pull request

This commit is contained in:
Lars Toenning
2026-06-28 12:31:33 +02:00
parent a6dd3c8b69
commit 4fd9238c2a

View File

@@ -4,11 +4,10 @@
name: Build swift
on:
push:
branches-ignore:
- stable/**
- nobuild/**
pull_request:
push:
branches:
- main
concurrency:
group: ${{ github.ref }}