diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 42a6fc3..5708898 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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: diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 022ebfa..4a95ca7 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -4,7 +4,7 @@ on: pull_request: paths-ignore: - "**/README.md" - - "**/LICENSE.txt" + - "**/LICENSE.md" - "**/.gitignore" - "**/.gitattributes" - "**/.editorconfig"