Skip to content

Commit

Permalink
#60 Add more files to the ignore list so it doesn't build unnecessarily
Browse files Browse the repository at this point in the history
  • Loading branch information
colinangusmackay committed Jan 8, 2021
1 parent d7e4921 commit d3a187b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build-gedcom-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,27 @@ on:
- main
paths-ignore:
- 'README.md'
- 'Example/**'
- '.vscode/**'
- '.gitignore'
- 'contributors.md'
- 'release-notes/**'
- '.github/PULL_REQUEST_TEMPLATE/**'
- 'src/.idea/**'
- 'docs/**'

pull_request:
types: [assigned, opened, synchronize, reopened]
paths-ignore:
- 'README.md'
- 'Example/**'
- '.vscode/**'
- '.gitignore'
- 'contributors.md'
- 'release-notes/**'
- '.github/PULL_REQUEST_TEMPLATE/**'
- 'src/.idea/**'
- 'docs/**'

workflow_dispatch:
inputs:
Expand Down

0 comments on commit d3a187b

Please sign in to comment.