doc(ci): explain the different ways .txt files are used (#3743)

This commit is contained in:
teor 2022-03-05 05:55:49 +10:00 committed by GitHub
parent d9a0f9d657
commit 4cb0f36ae5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ on:
paths:
# code and tests
- '**/*.rs'
# hard-coded checkpoints
# hard-coded checkpoints and proptest regressions
- '**/*.txt'
# test data snapshots
- '**/*.snap'

View File

@ -8,7 +8,7 @@ on:
paths:
# code and tests
- '**/*.rs'
# hard-coded checkpoints
# hard-coded checkpoints and proptest regressions
- '**/*.txt'
# test data snapshots
- '**/*.snap'

View File

@ -15,7 +15,7 @@ on:
paths:
# code and tests
- '**/*.rs'
# hard-coded checkpoints
# hard-coded checkpoints and proptest regressions
- '**/*.txt'
# test data snapshots
- '**/*.snap'