mirror of
https://github.com/engineer-man/piston.git
synced 2025-05-09 05:16:28 +02:00
disable checks for nix-package branch
This commit is contained in:
parent
9cbec53580
commit
60296ccd26
3 changed files with 4 additions and 0 deletions
1
.github/workflows/api-push.yaml
vendored
1
.github/workflows/api-push.yaml
vendored
|
@ -4,6 +4,7 @@ on:
|
|||
branches:
|
||||
- master
|
||||
- v3
|
||||
- '!nix-packages'
|
||||
paths:
|
||||
- api/**
|
||||
|
||||
|
|
2
.github/workflows/package-pr.yaml
vendored
2
.github/workflows/package-pr.yaml
vendored
|
@ -2,6 +2,8 @@ name: 'Package Pull Requests'
|
|||
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- '!nix-packages'
|
||||
types:
|
||||
- opened
|
||||
- reopened
|
||||
|
|
1
.github/workflows/package-push.yaml
vendored
1
.github/workflows/package-push.yaml
vendored
|
@ -5,6 +5,7 @@ on:
|
|||
branches:
|
||||
- master
|
||||
- v3
|
||||
- '!nix-packages'
|
||||
paths:
|
||||
- packages/**
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue