From b892b97708db69eb85e88f9ea4292bd83a1c1241 Mon Sep 17 00:00:00 2001 From: kylo252 <59826753+kylo252@users.noreply.github.com> Date: Sat, 2 Apr 2022 12:22:32 +0200 Subject: ci(test): add write-permission for prs (#2417) --- .github/workflows/install.yaml | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.github/workflows/install.yaml') 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: -- cgit v1.2.3