Skip to content

Commit

Permalink
Don't run CI on changes to readme/docs
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksKnezevic committed Jan 31, 2025
1 parent a32b01b commit a9ff6c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
required: false
type: string
pull_request:
paths-ignore:
- '*.md'
branches: [ "main" ]

concurrency:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: On push
on:
workflow_dispatch:
push:
paths-ignore:
- '*.md'
branches: [ "main" ]

jobs:
Expand Down

0 comments on commit a9ff6c8

Please sign in to comment.