1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-01 10:33:33 +02:00

only trigger ci on master branch and pull requests

This commit is contained in:
Jörg Thalheim 2023-09-19 07:29:42 +02:00 committed by mergify[bot]
parent cf88c13ca6
commit f6bb34a52a

View File

@ -2,6 +2,8 @@ name: "Test"
on:
pull_request:
push:
branches:
- master
jobs:
tests:
runs-on: ubuntu-latest