Skip to content

Commit 7ccd4dd

Browse files
authored
update github action workflow (#13)
* remove path filters to allow required check * remove branch filter * change job name
1 parent 52b212a commit 7ccd4dd

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/pester-tests.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,11 @@ name: Pester Tests
33
on:
44
pull_request:
55
branches: [ main ]
6-
paths:
7-
- 'src/**'
8-
- '.github/workflows/pester-tests.yml'
96
push:
107
branches: [ main ]
11-
paths:
12-
- 'src/**'
13-
- '.github/workflows/pester-tests.yml'
148

159
jobs:
16-
test:
10+
pester-tests:
1711
runs-on: windows-latest
1812

1913
steps:

0 commit comments

Comments
 (0)