diff --git a/.github/workflows/update.yaml b/.github/workflows/update.yaml index f492606..a11f5a8 100644 --- a/.github/workflows/update.yaml +++ b/.github/workflows/update.yaml @@ -1,4 +1,5 @@ on: + push: schedule: - cron: '0 18 * * *' name: Update @@ -10,6 +11,9 @@ jobs: - uses: actions/checkout@v3 with: ref: ${{ github.head_ref }} + - name: Update data + id: update + run: make all - name: Get current date uses: josStorer/get-current-time@v2 id: current-time @@ -28,4 +32,4 @@ jobs: npm version "v${{ steps.current-time.outputs.formattedTime }}" git push origin --tags if: ${{ steps.commit.output.changes_detected}} - # TODO: NPM Publish \ No newline at end of file + # TODO: NPM Publish