chore: update workflow to ignore proper license file and rename publish workflow

This commit is contained in:
Stevan Freeborn
2025-02-13 20:32:39 -06:00
parent e13f7b06b6
commit 5fdf608435
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
name: publish_and_release
name: Publish
on:
workflow_dispatch:
push:
@@ -7,7 +7,7 @@ on:
- "**/.gitignore"
- "**/.gitaltributes"
- "**/.editorconfig"
- "**/LICENSE.txt"
- "**/LICENSE.md"
- .github/**
- src/BGR.Console.Tests/**
branches:
+1 -1
View File
@@ -4,7 +4,7 @@ on:
pull_request:
paths-ignore:
- "**/README.md"
- "**/LICENSE.txt"
- "**/LICENSE.md"
- "**/.gitignore"
- "**/.gitattributes"
- "**/.editorconfig"