CI: trigger push only on master

This commit is contained in:
Domen Kožar 2020-09-21 16:41:22 +02:00 committed by GitHub
parent 8389c1826a
commit ba5c343622
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,6 +2,8 @@ name: "install-nix-action test"
on:
pull_request:
push:
branches:
- master
jobs:
simple-build: