Skip to content

Commit 4c15161

Browse files
committed
Run local transport checks always
1 parent aed5afe commit 4c15161

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

.github/workflows/local_transport.yaml

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,10 @@
11
name: Local Transport
22

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

179
env:
1810
BOLT_WINRM_USER: roddypiper

0 commit comments

Comments
 (0)