Skip to content

Commit 3499bbf

Browse files
committed
Run CI on all changes
1 parent a447acd commit 3499bbf

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

.github/workflows/bot.yaml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,6 @@
11
name: Bot validation
22

3-
on:
4-
push:
5-
paths:
6-
- 'caltechdata_api/cli.py'
7-
- 'caltechdata_api/customize_schema.py'
8-
- 'caltechdata_api/caltechdata_write.py'
9-
- 'caltechdata_api/caltechdata_edit.py'
10-
- 'README.md'
11-
pull_request:
12-
paths:
13-
- 'caltechdata_api/cli.py'
14-
- 'caltechdata_api/customize_schema.py'
15-
- 'caltechdata_api/caltechdata_write.py'
16-
- 'caltechdata_api/caltechdata_edit.py'
17-
- 'README.md'
3+
on: [push, pull_request]
184

195
jobs:
206
validate-metadata:

0 commit comments

Comments
 (0)