Skip to content

Commit 0f1ad4a

Browse files
authored
Add ability to trigger manually
1 parent 5b26c66 commit 0f1ad4a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/update-workflow

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,18 @@ name: Update CIDR Lists
33
on:
44
schedule:
55
- cron: "0 0 * * *"
6+
push:
7+
branches: [ "main" ]
8+
9+
workflow_dispatch:
610

711
jobs:
812
update:
913
runs-on: ubuntu-latest
1014

1115
steps:
1216
- name: Checkout code
13-
uses: actions/checkout@v2
17+
uses: actions/checkout@v4
1418

1519
- name: Fetch Telegram CIDR List
1620
run: |

0 commit comments

Comments
 (0)