Skip to content

Commit

Permalink
Prevent github actions from triggering for updates to non code items
Browse files Browse the repository at this point in the history
  • Loading branch information
iVishalr committed Oct 8, 2024
1 parent 3a83ffe commit 2fd47bb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,15 @@ on:
push:
branches:
- main
paths-ignore:
- '**/*.md'
- 'docs/**'
pull_request:
branches:
- main
paths-ignore:
- '**/*.md'
- 'docs/**'

jobs:
build-cpu:
Expand Down

0 comments on commit 2fd47bb

Please sign in to comment.