Skip to content

Commit

Permalink
Make it stooooop
Browse files Browse the repository at this point in the history
  • Loading branch information
seionmoya committed Nov 13, 2024
1 parent bcd7934 commit eadb5c8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/dotnet-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit eadb5c8

Please sign in to comment.