From d013afe621dd40bbec1f85726755662fad018857 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BA=90=E6=96=87=E9=9B=A8?= <41315874+fumiama@users.noreply.github.com> Date: Wed, 6 Sep 2023 21:29:44 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E5=8C=96=E4=BB=A3=E7=A0=81=E7=9A=84=20action?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/push_format.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/push_format.yml b/.github/workflows/push_format.yml index 0a72789..64d2782 100644 --- a/.github/workflows/push_format.yml +++ b/.github/workflows/push_format.yml @@ -3,7 +3,8 @@ name: push format on: push: branches: - - main + - master + - dev permissions: contents: write