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

@ -4,6 +4,7 @@ on:
branches:
- master
- v3
- '!nix-packages'
paths:
- api/**

View File

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

View File

@ -5,6 +5,7 @@ on:
branches:
- master
- v3
- '!nix-packages'
paths:
- packages/**