commit 719efb21efe391ad1518152215d864fea98bf1ed
parent 1e440746d439d2d5a764109ab7d79d8247538356
Author: MTRNord <mtrnord1@gmail.com>
Date: Mon, 18 Apr 2022 22:20:16 +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
@@ -17,7 +17,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