Skip to content

Commit

Permalink
stop rebuilding all images with every change
Browse files Browse the repository at this point in the history
  • Loading branch information
zocker-160 committed Jan 11, 2024
1 parent 4bf1368 commit b1c8bde
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/dockerimage-13x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@ name: Dockerimage 1.3.x

on:
push:
branches:
branches:
- master
paths:
- "**-13x.yml"
- "Dockerfile.13x"

jobs:
handbrake:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/dockerimage-14x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
branches:
- master
paths:
- "**-14x.yml"
- "Dockerfile.14x"

jobs:
handbrake:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/dockerimage-15x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
branches:
- master
paths:
- "**-15x.yml"
- "Dockerfile.15x"

jobs:
handbrake:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/dockerimage-16x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
branches:
- master
paths:
- "**-16x.yml"
- "Dockerfile.16x"

jobs:
handbrake:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/dockerimage-17x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
branches:
- master
paths:
- "**-17x.yml"
- "Dockerfile"

jobs:
handbrake:
Expand Down

0 comments on commit b1c8bde

Please sign in to comment.