ci: allow manual triggering of workflow (#6515)

This commit is contained in:
Shivam Sharma
2025-05-29 05:46:44 +05:30
committed by GitHub
parent 99a0bd3354
commit fedd60e642
3 changed files with 4 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ on:
pull_request:
paths-ignore:
- '*.md'
workflow_dispatch:
permissions:
contents: read

View File

@@ -19,6 +19,7 @@ on:
branches: ["master"]
schedule:
- cron: "0 0 * * 1"
workflow_dispatch:
permissions:
contents: read

View File

@@ -13,7 +13,8 @@ on:
pull_request:
paths-ignore:
- '*.md'
workflow_dispatch:
permissions:
contents: read