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"
on:
pull_request:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest