diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index f38c5b2..6b3777a 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -1,5 +1,6 @@ name: Update Data on: + push: schedule: # 18:07 UTC every day # 23:37 IST every day @@ -21,7 +22,7 @@ jobs: commit_message: Update ISIN Data commit_author: 'github-actions[bot] ' file_pattern: "IN*.csv" - status_options: '--untracked-files=yes' + status_options: '--untracked-files=normal' tagging_message: "v${{ steps.update_data.outputs.version }}" - name: Create Release run: |