From eadb5c87cf862414153c811011edfbd61689c0fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9D=99=E7=A9=8F=E9=9D=84?= <170472707+seionmoya@users.noreply.github.com> Date: Wed, 13 Nov 2024 01:21:38 +0100 Subject: [PATCH] Make it stooooop --- .github/workflows/dotnet-format.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dotnet-format.yml b/.github/workflows/dotnet-format.yml index 70fcfacd..b41cdeef 100644 --- a/.github/workflows/dotnet-format.yml +++ b/.github/workflows/dotnet-format.yml @@ -3,8 +3,9 @@ name: .NET Format on: workflow_dispatch: pull_request: - paths-ignore: - - '**/*.md' + paths: + - '**.cs' + - '**.yml' # assume ci/cd pipeline files jobs: test: @@ -37,7 +38,7 @@ jobs: - uses: actions/checkout@v4 - with: - ref: ${{ github.head_ref }} + ref: ${{ github.head_ref }} - run: | git config user.name "github-actions[bot]" git config user.email "170472707+github-actions[bot]@users.noreply.github.com"