Skip to content

Commit 1359c28

Browse files
Copilotdannystaple
andcommitted
Remove paths restriction from PR test workflow to enable BDD tests
Co-authored-by: dannystaple <[email protected]>
1 parent 08eee49 commit 1359c28

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

.github/workflows/on_pr_test.yaml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -4,32 +4,6 @@ on:
44
branches:
55
- master
66
- main
7-
paths:
8-
- '_posts/**'
9-
- 'content/**'
10-
- 'assets/**'
11-
- 'src/**'
12-
- 'index.md'
13-
- '_includes/**'
14-
- '_data/**'
15-
- '_image_sources/**'
16-
- 'galleries/**'
17-
- 'navigation_and_indexes/**'
18-
- 'products/**'
19-
- '.github/workflows/on_push_to_master_test_and_deploy.yaml'
20-
- '.github/workflows/on_call_build_site.yaml'
21-
- '.github/workflows/on_call_staging_test.yaml'
22-
- '.github/workflows/on_pr_test.yaml'
23-
- 'package.json'
24-
- 'package-lock.json'
25-
- 'webpack.config.js'
26-
- 'favicon.png'
27-
- '.eleventy.*'
28-
- '_config.yml'
29-
- 'google*.html'
30-
- 'ads.txt'
31-
- 'Dockerfile'
32-
- 'docker-compose.yml'
337

348
jobs:
359
detect_base_image_changes:

0 commit comments

Comments
 (0)