Skip to content

Commit

Permalink
Add paths-ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
gcatanese authored Sep 14, 2023
1 parent 9fd2dea commit 68d72b6
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,19 @@ name: Build

on:
push:
branches: [ main ]
paths-ignore:
- '**/README.md'
- .gitignore
- .gitpod.yml
- LICENSE
pull_request:
branches: [ master ]

branches: [ main ]
paths-ignore:
- '**/README.md'
- .gitignore
- .gitpod.yml
- LICENSE
jobs:
build:

Expand Down

0 comments on commit 68d72b6

Please sign in to comment.