From 791e9445490d69c19d5146c7a05d06eda0831b14 Mon Sep 17 00:00:00 2001 From: Gnlow Date: Thu, 7 Sep 2023 21:33:35 +0900 Subject: [PATCH] Update deno.yml --- .github/workflows/deno.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deno.yml b/.github/workflows/deno.yml index dab2e32..8820aeb 100644 --- a/.github/workflows/deno.yml +++ b/.github/workflows/deno.yml @@ -10,9 +10,9 @@ name: Deno on: push: - branches: ["main"] + branches-ignore: [] pull_request: - branches: ["main"] + branches-ignore: [] permissions: contents: read