matrix-art

An image gallery for Matrix
git clone git://archive.git.mtrnord.blog/MTRNord/matrix-art.git
Log | Files | Refs | README | LICENSE

commit dae001c203dbdc8d7c68762ae87300783259df7d
parent 9ac1b39eb6555463a63197feec696dcfbb2aff59
Author: MTRNord <mtrnord1@gmail.com>
Date:   Mon, 18 Apr 2022 22:10:35 +0200

Fix workflows

Diffstat:
M.github/workflows/deploy-preview.yml | 3+++
M.github/workflows/spell-check.yml | 2+-
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