Skip to content

Commit

Permalink
Skip PR workflows if only md/txt files changed (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
sleberknight authored Mar 11, 2023
1 parent 633fcf5 commit 714d5f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
- master
pull_request:
types: [opened, synchronize, reopened]
paths-ignore:
- '**/*.md'
- '**/*.txt'
jobs:
build:
name: Build
Expand Down

0 comments on commit 714d5f4

Please sign in to comment.