Merge pull request #335 from cronyx/master

fix actions
pull/337/head
cronyx 2022-08-12 00:18:12 +03:00 committed by GitHub
commit 17638d1fd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ on:
- production - production
tags: tags:
- "v*" - "v*"
schedule: schedule:
- cron: "00 02 * * *" - cron: "00 02 * * *"
workflow_dispatch: workflow_dispatch:

View File

@ -6,7 +6,7 @@ on:
- production - production
tags: tags:
- "v*" - "v*"
schedule: schedule:
- cron: "00 02 * * *" - cron: "00 02 * * *"
workflow_dispatch: workflow_dispatch: