From 5fdf608435ae19bec9312e4da62fe690dac500d1 Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Thu, 13 Feb 2025 20:32:39 -0600 Subject: [PATCH] chore: update workflow to ignore proper license file and rename publish workflow --- .github/workflows/publish.yml | 4 ++-- .github/workflows/pull_request.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"