Skip to content

Commit 3c80cde

Browse files
committed
chore(workflow): enable workflow_dispatch for SCP crawling
- Allows manual triggering of the workflow - Improves flexibility for testing and updates
1 parent bf597a5 commit 3c80cde

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/scp-items.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
name: Crawl SCP Wiki
22

33
on:
4-
# workflow_dispatch:
4+
workflow_dispatch:
55
# schedule:
66
# - cron: "0 0 * * *"
7-
push:
7+
# push:
8+
# branches:
9+
# - main
10+
# paths:
11+
# - .github/workflows/scp-items.yml
12+
pull_request:
813
branches:
914
- main
1015
paths:
1116
- .github/workflows/scp-items.yml
12-
pull_request:
13-
branches:
14-
- main
1517

1618
permissions:
1719
contents: write

0 commit comments

Comments
 (0)