Skip to content

Commit

Permalink
feat: updater.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
snowdream committed Jul 29, 2024
1 parent 99218ef commit 59f49c1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,15 @@ name: GitHub Actions Version Updater

# Controls when the action will run.
on:
# can be used to run workflow manually
workflow_dispatch:
push:
branches:
- main
tags:
- '*'
schedule:
# Automatically run on every Day
- cron: '0 0 * * *'
workflow_dispatch:

jobs:
build:
Expand Down

0 comments on commit 59f49c1

Please sign in to comment.