commit b3a3e97d1e7a5cd5705feb57144894c3e8ba3a1d
parent dae001c203dbdc8d7c68762ae87300783259df7d
Author: MTRNord <mtrnord1@gmail.com>
Date: Mon, 18 Apr 2022 22:11:03 +0200
Fix workflows
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml
@@ -4,7 +4,7 @@ on:
push:
branches:
- "main"
- pull_request_target:
+ pull_request:
jobs:
build-and-deploy:
concurrency: ci-${{ github.ref }}
diff --git a/.github/workflows/spell-check.yml b/.github/workflows/spell-check.yml
@@ -3,7 +3,7 @@ on:
push:
branches:
- "main"
- pull_request_target:
+ pull_request:
# Declare default permissions as read only.
permissions: read-all