diff options
-rw-r--r-- | .github/workflows/vhs.yml | 2 | ||||
-rw-r--r-- | .gitignore | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/vhs.yml b/.github/workflows/vhs.yml index 15f5a33..776d317 100644 --- a/.github/workflows/vhs.yml +++ b/.github/workflows/vhs.yml @@ -1,8 +1,6 @@ --- name: vhs on: - push: - branches: [master] workflow_dispatch: permissions: contents: write @@ -1,3 +1,5 @@ *.json +termpicker +termpicker.1 coverage.txt dist/ |