Skip to content

Commit 018ae80

Browse files
committed
fix actions
1 parent 79628a7 commit 018ae80

File tree

2 files changed

+16
-5
lines changed

2 files changed

+16
-5
lines changed

.github/file-filters.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ lint:
4949
docs:
5050
- added|modified: './docs/**/*'
5151
- modified: './src/country_workspace/config/__init__.py'
52-
- modified: './github/workflows/docs.yml'
53-
- modified: './github/file-filters.yml'
52+
- modified: './.github/workflows/docs.yml'
53+
- modified: './.github/file-filters.yml'

.github/workflows/docs.yml

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,20 @@ on:
44
push:
55
branches:
66
- develop
7-
- master
8-
schedule:
9-
- cron: '37 23 * * 2'
7+
paths:
8+
- 'docs/**'
9+
- 'mkdocs.yaml'
10+
- './.github/workflows/docs.yml'
11+
pull_request:
12+
branches:
13+
- develop
14+
types:
15+
- opened
16+
- synchronize
17+
paths:
18+
- 'docs/**'
19+
- 'mkdocs.yaml'
20+
- './.github/workflows/docs.yml'
1021

1122
permissions:
1223
contents: read

0 commit comments

Comments
 (0)