Skip to content

Commit

Permalink
Ignore text files in the root
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmark authored Jan 28, 2024
1 parent b12fe79 commit d843704
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,14 @@ name: Compile and Test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
paths-ignore:
- 'AUTHORS'
- 'BUGS'
- 'COPYING'
- 'ChangeLog'
- 'NEWS'
- 'README.md'
- 'TODO'
env:
APT_PACKAGES: |
autoconf \
Expand Down

0 comments on commit d843704

Please sign in to comment.