File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 4
4
# Runs every time master branch is updated
5
5
push :
6
6
branches : ["master"]
7
+ # But only if docs-related files are touched
8
+ paths :
9
+ - .github/workflows/e3sm-gh-pages.yml
10
+ - ./mkdocs.yml
11
+ - ./tools/*/mkdocs.yml
12
+ - ./tools/docs/**
13
+ - components/*/mkdocs.yaml
14
+ - components/*/docs/**
15
+ - components/eamxx/cime_config/namelist_defaults_scream.xml
7
16
# Runs every time a PR is open against master
8
17
pull_request :
9
18
branches : ["master"]
19
+ # But only if docs-related files are touched
20
+ paths :
21
+ - .github/workflows/e3sm-gh-pages.yml
22
+ - ./mkdocs.yml
23
+ - ./tools/*/mkdocs.yml
24
+ - ./tools/docs/**
25
+ - components/*/mkdocs.yaml
26
+ - components/*/docs/**
27
+ - components/eamxx/cime_config/namelist_defaults_scream.xml
10
28
workflow_dispatch :
11
29
12
30
concurrency :
You can’t perform that action at this time.
0 commit comments