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 a447acd commit 3499bbfCopy full SHA for 3499bbf
.github/workflows/bot.yaml
@@ -1,20 +1,6 @@
1
name: Bot validation
2
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
13
14
15
16
17
+on: [push, pull_request]
18
19
jobs:
20
validate-metadata:
0 commit comments