We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08eee49 commit 1359c28Copy full SHA for 1359c28
.github/workflows/on_pr_test.yaml
@@ -4,32 +4,6 @@ on:
4
branches:
5
- master
6
- 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'
33
34
jobs:
35
detect_base_image_changes:
0 commit comments