Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
chirag-jn committed Feb 9, 2024
1 parent 442e928 commit b780fc8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/github-stars-fetch.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
name: Update GitHub Stars From GitHub API

on:
pull_request:
branches:
- main
push:
branches:
- main
schedule:
- cron: '0 8 * * 1' # Runs at 8:00 AM every Monday
workflow_dispatch:

jobs:
fetchDataAndUpdateFile:
Expand Down

0 comments on commit b780fc8

Please sign in to comment.