commit 74c3fe09d03d8e8ae6d3a77125e5ef5c861dbfb8 parent 1914f6fb79443375a93054faba37cfd329f706a2 Author: MTRNord <mtrnord1@gmail.com> Date: Mon, 18 Apr 2022 21:46:56 +0200 Fix used trigger Diffstat:
| M | .github/workflows/deploy-preview.yml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml @@ -1,7 +1,7 @@ name: Build and Deploy permissions: read-all on: - pull_request_target: + pull_request: types: - opened - synchronize