We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79628a7 commit 018ae80Copy full SHA for 018ae80
.github/file-filters.yml
@@ -49,5 +49,5 @@ lint:
49
docs:
50
- added|modified: './docs/**/*'
51
- modified: './src/country_workspace/config/__init__.py'
52
- - modified: './github/workflows/docs.yml'
53
- - modified: './github/file-filters.yml'
+ - modified: './.github/workflows/docs.yml'
+ - modified: './.github/file-filters.yml'
.github/workflows/docs.yml
@@ -4,9 +4,20 @@ on:
4
push:
5
branches:
6
- develop
7
- - master
8
- schedule:
9
- - cron: '37 23 * * 2'
+ paths:
+ - 'docs/**'
+ - 'mkdocs.yaml'
10
+ - './.github/workflows/docs.yml'
11
+ pull_request:
12
+ branches:
13
+ - develop
14
+ types:
15
+ - opened
16
+ - synchronize
17
18
19
20
21
22
permissions:
23
contents: read
0 commit comments