Skip to content

Commit

Permalink
Update github-dependents-info.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasjunior authored Aug 6, 2024
1 parent 4093ac4 commit fba18b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/github-dependents-info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ on:
# On manual launch
workflow_dispatch:
# On every push on selected branches (usually just main)
push:
branches: [main,master,setup-gdi]
# push:
# branches: [main]
# Scheduled interval: Use CRON format https://crontab.guru/
schedule:
- cron: "0 0 * * 0" # Every sunday at midnight
- cron: "0 0 * * 6" # Every sunday at midnight

permissions: read-all

Expand Down

0 comments on commit fba18b7

Please sign in to comment.