commit dae001c203dbdc8d7c68762ae87300783259df7d
parent 9ac1b39eb6555463a63197feec696dcfbb2aff59
Author: MTRNord <mtrnord1@gmail.com>
Date: Mon, 18 Apr 2022 22:10:35 +0200
Fix workflows
Diffstat:
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml
@@ -1,6 +1,9 @@
name: Build and Deploy
permissions: read-all
on:
+ push:
+ branches:
+ - "main"
pull_request_target:
jobs:
build-and-deploy:
diff --git a/.github/workflows/spell-check.yml b/.github/workflows/spell-check.yml
@@ -3,7 +3,7 @@ on:
push:
branches:
- "main"
- pull_request:
+ pull_request_target:
# Declare default permissions as read only.
permissions: read-all