disable checks for nix-package branch

This commit is contained in:
Dan Vargas 2022-02-04 10:19:05 -07:00
parent 9cbec53580
commit 60296ccd26
3 changed files with 4 additions and 0 deletions

View file

@ -2,6 +2,8 @@ name: 'Package Pull Requests'
on:
pull_request:
branches:
- '!nix-packages'
types:
- opened
- reopened