chore: stub out console app workflows
This commit is contained in:
@@ -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
|
||||
@@ -0,0 +1 @@
|
||||
name: Publish Console
|
||||
Reference in New Issue
Block a user