From 3e3a7eb6d8ab0ddab58cd1bf67ac4f3e2520806d Mon Sep 17 00:00:00 2001 From: Rain Date: Tue, 28 Nov 2023 10:23:50 +0200 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5b47f17..ccb87c4 100644 --- a/README.md +++ b/README.md @@ -67,14 +67,13 @@ name: Update cvar docs # Controls when the workflow will run on: # Triggers the workflow on push or pull request events but only for the main branch - push: + pull_request: branches: [ main, master ] paths: - '.github/workflows/docs.yml' - '*.sp' - '*.inc' - '*.md' - pull_request: branches: [ main, master ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: @@ -88,7 +87,7 @@ jobs: - uses: actions/checkout@v4 - name: Update docs - uses: Rainyan/action-sp-cvar-docs@v2 + uses: Rainyan/action-sp-cvar-docs@v3 ``` ### Plugin file