Skip to content

Commit

Permalink
Set files to watch instead of files to ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
aguslr committed Mar 23, 2024
1 parent 45e50e8 commit 25ce1b2
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,17 @@ on:
pull_request:
branches:
- main
paths-ignore:
- '.gitignore'
- 'README*'
- '*.md'
- '*.png'
- '*.txt'
paths:
- .github/workflows/*.yml
- Containerfile*
- rootfs/**
push:
branches:
- main
paths-ignore:
- 'README*'
- '*.md'
- '*.png'
- '*.txt'
paths:
- .github/workflows/*.yml
- Containerfile*
- rootfs/**
workflow_dispatch:

env:
Expand Down

0 comments on commit 25ce1b2

Please sign in to comment.