Merge pull request #1467 from NixOS/merge-queue

Make github actions ci merge-queue friendly
This commit is contained in:
Jörg Thalheim 2025-04-07 17:02:43 +00:00 committed by GitHub
commit 68b2d6da0a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,10 @@
name: "Test" name: "Test"
on: on:
pull_request: pull_request:
merge_group:
push: push:
branches:
- master
jobs: jobs:
tests: tests:
runs-on: ubuntu-latest runs-on: ubuntu-latest