Only rebuild docker images if changes are done in master branch (#3209)
This commit is contained in:
parent
35724362fa
commit
0bb8b735c7
|
@ -2,6 +2,8 @@ name: Build BuildDeps RacketCI Image
|
|||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
- '.github/workflows/DockerImages/Dockerfile.builddeps'
|
||||
- '.github/workflows/docker-racketci-builddeps.yml'
|
||||
|
|
|
@ -2,6 +2,8 @@ name: Build TestDeps RacketCI Image
|
|||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
- '.github/workflows/DockerImages/Dockerfile.testdeps'
|
||||
- '.github/workflows/docker-racketci-testdeps.yml'
|
||||
|
|
Loading…
Reference in New Issue
Block a user