Skip to content

Commit

Permalink
add *.cs path filter for build action
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyOThan committed Apr 1, 2024
1 parent 25546e4 commit 33adb4c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ name: build
on:
push:
branches: [ main ]
paths:
- '**.cs'
pull_request:
paths:
- '**.cs'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 33adb4c

Please sign in to comment.