Skip to content

Commit

Permalink
Update autoformat.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JiuLing-zhang committed Dec 15, 2024
1 parent 51da920 commit b31c514
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/autoformat.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
name: Format check on push
on: push
on:
push:
branches: [ main ]
paths-ignore:
- 'README.md'
- '.github/**'
- 'docs/**'
jobs:
dotnet-format:
runs-on: windows-latest
Expand Down

0 comments on commit b31c514

Please sign in to comment.