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 79c5283 commit 3a8e1e3
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,15 @@ on:
pull_request:
branches:
- main
paths-ignore:
- '.git*'
- 'docker-compose.yml'
- 'README.*'
paths:
- Dockerfile
- rootfs/**
push:
branches:
- main
paths-ignore:
- '.git*'
- 'docker-compose.yml'
- 'README.*'
paths:
- Dockerfile
- rootfs/**
workflow_dispatch:

env:
Expand Down

0 comments on commit 3a8e1e3

Please sign in to comment.