Skip to content

Commit

Permalink
Only ignore a few paths instead of listing all paths to include
Browse files Browse the repository at this point in the history
  • Loading branch information
puddly committed May 1, 2024
1 parent 32afeb4 commit c1e64e8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@ name: Build firmwares

on:
pull_request:
paths-ignore:
- '.gitignore'
- 'README.md'
push:

paths-ignore:
- '.gitignore'
- 'README.md'
env:
REGISTRY: ghcr.io

Expand Down

0 comments on commit c1e64e8

Please sign in to comment.