Skip to content

Commit

Permalink
dont run Pull Release check on Web code
Browse files Browse the repository at this point in the history
  • Loading branch information
proddy committed Nov 6, 2024
1 parent 324f9d0 commit b193b45
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
workflow_dispatch:
pull_request:
branches: dev
paths-ignore:
- 'interface/**'
paths:
- '**.c'
- '**.cpp'
Expand Down

0 comments on commit b193b45

Please sign in to comment.