From 4edf9670364390e640e34df241e3dba723779e67 Mon Sep 17 00:00:00 2001 From: Nemo Date: Mon, 16 May 2022 16:27:17 +0530 Subject: [PATCH] Update update.yml --- .github/workflows/update.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: |