chore: update workflow to ignore proper license file and rename publish workflow
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
name: publish_and_release
|
name: Publish
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
@@ -7,7 +7,7 @@ on:
|
|||||||
- "**/.gitignore"
|
- "**/.gitignore"
|
||||||
- "**/.gitaltributes"
|
- "**/.gitaltributes"
|
||||||
- "**/.editorconfig"
|
- "**/.editorconfig"
|
||||||
- "**/LICENSE.txt"
|
- "**/LICENSE.md"
|
||||||
- .github/**
|
- .github/**
|
||||||
- src/BGR.Console.Tests/**
|
- src/BGR.Console.Tests/**
|
||||||
branches:
|
branches:
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- "**/README.md"
|
- "**/README.md"
|
||||||
- "**/LICENSE.txt"
|
- "**/LICENSE.md"
|
||||||
- "**/.gitignore"
|
- "**/.gitignore"
|
||||||
- "**/.gitattributes"
|
- "**/.gitattributes"
|
||||||
- "**/.editorconfig"
|
- "**/.editorconfig"
|
||||||
|
|||||||
Reference in New Issue
Block a user