chore: stub out console app workflows

This commit is contained in:
Stevan Freeborn
2025-03-23 22:39:28 -05:00
parent c901d8d643
commit 23882f0de6
4 changed files with 7 additions and 9 deletions
@@ -1,4 +1,4 @@
name: Pull Request
name: API Pull Request
defaults:
run:
working-directory: ./src
@@ -0,0 +1 @@
name: Console Pull Request
@@ -1,16 +1,12 @@
name: Deploy
name: Deploy API
on:
workflow_dispatch:
push:
branches:
- main
paths-ignore:
- '.github/**'
- '.gitignore'
- '.editorconfig'
- 'LICENSE.md'
- '**/*/README.md'
- '**/*/Dockerfile'
paths:
- src/AltGen.API/**
- src/AltGen.API.Tests/**
jobs:
build:
name: Build and push Docker image
+1
View File
@@ -0,0 +1 @@
name: Publish Console