Limit the trigger for nix CI.

This commit is contained in:
David Himmelstrup 2020-09-04 21:07:21 +08:00
commit 06bb9c6828

View file

@ -1,7 +1,9 @@
name: "Nix CI" name: "Nix CI"
on: on:
pull_request:
push: push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest