* prettier

Signed-off-by: microwavedcola1 <microwavedcola@gmail.com>

* Fix branch

Signed-off-by: microwavedcola1 <microwavedcola@gmail.com>

---------

Signed-off-by: microwavedcola1 <microwavedcola@gmail.com>
This commit is contained in:
microwavedcola1 2023-05-04 14:16:05 +02:00 committed by microwavedcola1
parent 3d02978b9e
commit d16ee6d35d
8 changed files with 78 additions and 78 deletions

22
.github/labeler.yml vendored
View File

@ -1,18 +1,18 @@
program:
- 'programs/**'
- 'programs/**'
client:
- 'ts/client/**'
- 'ts/client/**'
liquidator:
- 'liquidator/**'
- 'liquidator/**'
keeper:
- 'keeper/**'
- 'keeper/**'
devops:
- '*.yml'
- '*.yaml'
- '*Dockerfile*'
- 'fly.toml'
- '*.yml'
- '*.yaml'
- '*Dockerfile*'
- 'fly.toml'
dependency:
- '*.lock'
- '*.lock'
documentation:
- '*.md'
- '**/LICENCE'
- '*.md'
- '**/LICENCE'

View File

@ -2,7 +2,7 @@ name: Publish Docker Image to GCR
on:
push:
branches: [dev, main]
branches: [deploy]
paths:
[
'.github/ci-docker-publish.yml',

View File

@ -2,7 +2,7 @@ name: Build Docs
on:
push:
branches: [ main, dev ]
branches: [main, dev]
workflow_dispatch:

View File

@ -14,4 +14,4 @@ jobs:
steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
repo-token: '${{ secrets.GITHUB_TOKEN }}'

View File

@ -2,7 +2,7 @@ name: Verifiable Build
on:
push:
tags:
- "program-v*"
- 'program-v*'
env:
APP_NAME: mango_v4