Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Rainyan authored Nov 28, 2023
1 parent feacc8b commit 3e3a7eb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 3e3a7eb

Please sign in to comment.