Skip to content

Commit

Permalink
prevent running workflow in case only the README is changed
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankHossfeld committed Dec 22, 2023
1 parent 9c08a20 commit 3de9799
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,8 @@ on:
branches:
- dev
- main
pull_request:
branches:
- dev
- main
paths-ignore:
- "README.md"
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3de9799

Please sign in to comment.