summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2024-11-23 22:43:37 -0500
committerGitHub <noreply@github.com>2024-11-23 22:43:37 -0500
commita5fafbb355d40f584e3ffc694cfd1def2fd3c21e (patch)
tree9336e8f68757bae690b0ab97a873a5b187157b5d
parent1c2859c5888c90259421a2a28a4e955f439b851b (diff)
Update vhs.yml
-rw-r--r--.github/workflows/vhs.yml7
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