diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2024-11-23 22:43:37 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-23 22:43:37 -0500 |
commit | a5fafbb355d40f584e3ffc694cfd1def2fd3c21e (patch) | |
tree | 9336e8f68757bae690b0ab97a873a5b187157b5d /.github/workflows | |
parent | 1c2859c5888c90259421a2a28a4e955f439b851b (diff) |
Update vhs.yml
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/vhs.yml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/.github/workflows/vhs.yml b/.github/workflows/vhs.yml index 3359d38..41d2b79 100644 --- a/.github/workflows/vhs.yml +++ b/.github/workflows/vhs.yml @@ -1,8 +1,11 @@ name: vhs on: push: - paths: - - vhs.tape + branches: [master] + pull_request: + branches: [master] +permissions: + contents: write jobs: vhs: runs-on: ubuntu-latest |