Skip to content

Commit aab7e4e

Browse files
authored
Merge pull request #86 from bastelfreak/dt
CI: Run docker transport tests on all changes
2 parents 0213f7a + deb3bdf commit aab7e4e

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

.github/workflows/docker_transport.yaml

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,10 @@
22
name: Docker transport
33

44
on:
5-
pull_request:
6-
types: [opened, reopened, edited, synchronize]
7-
paths:
8-
- .github/workflows/docker_transport.yaml
9-
- bolt.gemspec
10-
- Gemfile
11-
- Puppetfile
12-
- bolt-modules/**
13-
- lib/bolt/**
14-
- libexec/**
15-
- rakelib/tests.rake
16-
- spec/**
5+
pull_request: {}
6+
push:
7+
branches:
8+
- main
179

1810
permissions:
1911
contents: read

0 commit comments

Comments
 (0)