ci: Runs nixpkgs workflow only on master (#1315)

This commit is contained in:
Tim Dévé 2021-09-15 06:36:02 +01:00 committed by GitHub
parent 267eece092
commit 6a0af38026
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,9 @@
name: "Nixpkgs CI"
on:
pull_request:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
tests:
runs-on: ${{ matrix.os }}