Skip to content

Commit

Permalink
limit image builds
Browse files Browse the repository at this point in the history
  • Loading branch information
steveww committed Oct 22, 2020
1 parent d7a782b commit 29554c3
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 29554c3

Please sign in to comment.