commit 90427c6688e6b5a26b217cecb516e6cac4cb80cd
parent e3d325d2e06d47ea98c64633df9ed011accde84d
Author: MTRNord <mtrnord1@gmail.com>
Date: Mon, 18 Apr 2022 21:54:38 +0200
Remove types restrictions
Diffstat:
1 file changed, 0 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml
@@ -2,11 +2,6 @@ name: Build and Deploy
permissions: read-all
on:
pull_request_target:
- types:
- - opened
- - synchronize
- - reopened
-
jobs:
build-and-deploy:
concurrency: ci-${{ github.ref }}