summaryrefslogtreecommitdiff
path: root/.github/workflows/install.yaml
diff options
context:
space:
mode:
authorkylo252 <[email protected]>2022-04-02 12:22:32 +0200
committerGitHub <[email protected]>2022-04-02 12:22:32 +0200
commitb892b97708db69eb85e88f9ea4292bd83a1c1241 (patch)
treebb0d5376fa5b88f082fd8808d34def96abcd2a6e /.github/workflows/install.yaml
parent84e499aa38f661be5ea54a6bf7b0cbbf987ec9ff (diff)
ci(test): add write-permission for prs (#2417)
Diffstat (limited to '.github/workflows/install.yaml')
-rw-r--r--.github/workflows/install.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/install.yaml b/.github/workflows/install.yaml
index 4266896b..6e3685dd 100644
--- a/.github/workflows/install.yaml
+++ b/.github/workflows/install.yaml
@@ -5,6 +5,11 @@ on:
branches:
- "master"
- "rolling"
+ paths:
+ - 'lua/**'
+ - 'snapshots/**'
+ - 'tests/**'
+ - 'utils/**'
jobs:
unixish: