mirror of
https://github.com/engineer-man/piston.git
synced 2025-06-09 11:36:27 +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:
|
branches:
|
||||||
- master
|
- master
|
||||||
- v3
|
- v3
|
||||||
|
- '!nix-packages'
|
||||||
paths:
|
paths:
|
||||||
- api/**
|
- api/**
|
||||||
|
|
||||||
|
|
2
.github/workflows/package-pr.yaml
vendored
2
.github/workflows/package-pr.yaml
vendored
|
@ -2,6 +2,8 @@ name: 'Package Pull Requests'
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- '!nix-packages'
|
||||||
types:
|
types:
|
||||||
- opened
|
- opened
|
||||||
- reopened
|
- reopened
|
||||||
|
|
1
.github/workflows/package-push.yaml
vendored
1
.github/workflows/package-push.yaml
vendored
|
@ -5,6 +5,7 @@ on:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
- v3
|
- v3
|
||||||
|
- '!nix-packages'
|
||||||
paths:
|
paths:
|
||||||
- packages/**
|
- packages/**
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue