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 542a976 commit 9614760
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/data-fetch-push.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
name: Update Stars, Pulls and Downloads From APIs

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

jobs:
fetchAndUpdate:
runs-on: ubuntu-latest
if: github.actor != 'github-actions[bot]'

strategy:
matrix:
Expand Down

0 comments on commit 9614760

Please sign in to comment.