Skip to content

Commit

Permalink
👷 ci(transfer.yml): run workflow script when someone star or fork thi…
Browse files Browse the repository at this point in the history
…s repo
  • Loading branch information
M0rtzz committed Dec 30, 2024
1 parent 9e2e9f4 commit 59fbd0e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/transfer.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
name: Run transfer script on push and schedule
name: Run transfer script

on:
push:
branches:
- master
schedule:
- cron: '26 12 * * *'
watch:
types:
- started
fork:

jobs:
run-transfer-script:
Expand Down

0 comments on commit 59fbd0e

Please sign in to comment.