Skip to content

Commit

Permalink
add ignore instruction to GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kovstas committed Jun 10, 2023
1 parent f08f01d commit ce3e190
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@ on:
push:
branches: [ main ]
tags: ["*"]
paths-ignore:
- '**/*.md'
pull_request:
branches: [ main ]
paths-ignore:
- '**/*.md'

jobs:
build:
Expand Down

0 comments on commit ce3e190

Please sign in to comment.