docs: remove unused code

This commit is contained in:
LouisShark 2023-12-17 15:18:01 +08:00
parent b77c79fbb5
commit 9608944071

View file

@ -9,7 +9,7 @@ on:
jobs:
run-script:
runs-on: ubuntu-latest
if: github.event.pull_request.merged == true && github.base_ref == 'main'
if: github.event.pull_request.merged == true
steps:
- name: Checkout repository
uses: actions/checkout@v3