Only rebuild docker images if changes are done in master branch (#3209)

This commit is contained in:
Paulo Matos 2020-05-22 15:30:05 +02:00 committed by GitHub
parent 35724362fa
commit 0bb8b735c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -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'

View File

@ -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'