limit image builds
This commit is contained in:
12
.github/workflows/push.yml
vendored
12
.github/workflows/push.yml
vendored
@@ -1,5 +1,15 @@
|
||||
name: docker-compose-actions-workflow
|
||||
on: push
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'master'
|
||||
paths-ignore:
|
||||
- 'DCOS/**'
|
||||
- 'K8s/**'
|
||||
- 'load-gen/**'
|
||||
- 'OpenShift/**'
|
||||
- 'Swarm/**'
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
|
Reference in New Issue
Block a user