chore: stub out console app workflows
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
name: Pull Request
|
name: API Pull Request
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
working-directory: ./src
|
working-directory: ./src
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
name: Console Pull Request
|
||||||
@@ -1,16 +1,12 @@
|
|||||||
name: Deploy
|
name: Deploy API
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
paths-ignore:
|
paths:
|
||||||
- '.github/**'
|
- src/AltGen.API/**
|
||||||
- '.gitignore'
|
- src/AltGen.API.Tests/**
|
||||||
- '.editorconfig'
|
|
||||||
- 'LICENSE.md'
|
|
||||||
- '**/*/README.md'
|
|
||||||
- '**/*/Dockerfile'
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Build and push Docker image
|
name: Build and push Docker image
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
name: Publish Console
|
||||||
Reference in New Issue
Block a user