Skip to content

Commit 4209b70

Browse files
authored
chore: add manual trigger to traffic workflow
1 parent e73cf79 commit 4209b70

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1+
name: Traffic Analyzer
2+
13
on:
24
schedule:
35
# runs once a week on sunday
46
- cron: "55 23 * * 0"
7+
8+
repository_dispatch:
9+
types: do-something
510

611
jobs:
712
# This workflow contains a single job called "traffic"

0 commit comments

Comments
 (0)