CI: Fix condition for running Docker builds.

Follow-up to #258.
This commit is contained in:
Joachim Bauch 2022-05-16 10:51:10 +02:00
parent d71043c7bc
commit da87913c0e
No known key found for this signature in database
GPG key ID: 77C1D22D53E15F02
2 changed files with 4 additions and 0 deletions

View file

@ -5,10 +5,12 @@ on:
branches: [ master ]
paths:
- '.github/workflows/docker-coturn.yml'
- 'docker/coturn/Dockerfile'
push:
branches: [ master ]
paths:
- '.github/workflows/docker-coturn.yml'
- 'docker/coturn/Dockerfile'
jobs:
build:

View file

@ -5,10 +5,12 @@ on:
branches: [ master ]
paths:
- '.github/workflows/docker-janus.yml'
- 'docker/janus/Dockerfile'
push:
branches: [ master ]
paths:
- '.github/workflows/docker-janus.yml'
- 'docker/janus/Dockerfile'
jobs:
build: