From e0f64f71b46238941080bbf47466196cde6fca8b Mon Sep 17 00:00:00 2001 From: raller1028 <57336867+raller1028@users.noreply.github.com> Date: Wed, 15 Feb 2023 22:11:15 +0800 Subject: [PATCH] Update pushtorally.yml --- .github/workflows/pushtorally.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pushtorally.yml b/.github/workflows/pushtorally.yml index ac26dc2..c722c66 100644 --- a/.github/workflows/pushtorally.yml +++ b/.github/workflows/pushtorally.yml @@ -2,9 +2,10 @@ name: build documentation and publish on: push: - branches: [ main ] - pull_request: - branches: [ main ] + branches: + - main +permissions: + contents: write jobs: build: