Skip to content

Commit

Permalink
update workflow paths
Browse files Browse the repository at this point in the history
  • Loading branch information
jonian committed Aug 31, 2022
1 parent 00b20ff commit e26300d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ name: Build
on:
push:
branches: [master]
paths-ignore:
- 'README.md'
- 'LICENSE.txt'
- 'bin/**'
paths:
- 'ext/**'
- 'lib/**'
- 'test/**'
- '*.gemspec'
pull_request:
branches: [master]

Expand Down

0 comments on commit e26300d

Please sign in to comment.