Skip to content

Commit 68c5403

Browse files
committed
Unit tests: run on PRs and merges
This is the default behaviour we've in all projects.
1 parent a191e18 commit 68c5403

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

.github/workflows/unit.yaml

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

44
on:
5-
pull_request:
6-
types: [opened, reopened, edited, synchronize]
7-
paths:
8-
- .github/workflows/unit.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
env:
1911
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)