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: branches:
- master - master
- v3 - v3
- '!nix-packages'
paths: paths:
- api/** - api/**

View File

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

View File

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