Skip to content

Commit

Permalink
Add paths to ignore workflow execution
Browse files Browse the repository at this point in the history
  • Loading branch information
eddumelendez committed Aug 16, 2023
1 parent 776ad2a commit 7e8fa3d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,14 @@ name: Build
on:
push:
branches: [ main ]
paths-ignore:
- '.sdkmanrc'
- 'README.md'
pull_request:
branches: [ main ]
paths-ignore:
- '.sdkmanrc'
- 'README.md'

permissions:
contents: read
Expand Down

0 comments on commit 7e8fa3d

Please sign in to comment.