update main to master reference in workflow, delete testdata to test github action
This commit is contained in:
parent
5f69df1c4b
commit
9b7d83d7f5
|
@ -2,9 +2,9 @@ name: Update Test Data
|
|||
|
||||
on:
|
||||
push:
|
||||
# We don't want to update again on main
|
||||
# We don't want to update again on master
|
||||
branches-ignore:
|
||||
- main
|
||||
- master
|
||||
|
||||
jobs:
|
||||
update-test-data:
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue