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: 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
+1
View File
@@ -0,0 +1 @@
name: Publish Console