Skip to content

Commit

Permalink
feat: rebase dev
Browse files Browse the repository at this point in the history
  • Loading branch information
snowdream committed Sep 19, 2024
1 parent 3a9dca2 commit f1e0693
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/alpine-frpc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: GitHub Actions Continuous Delivery (Frpc)
on:
push:
branches:
- dev
- main
tags:
- '*'
schedule:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/alpine-frps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: GitHub Actions Continuous Delivery (Frps)
on:
push:
branches:
- dev
- main
tags:
- '*'
schedule:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: GitHub Actions Version Updater
on:
push:
branches:
- dev
- main
schedule:
# Automatically run on every Day
- cron: '0 0 * * *'
Expand Down

0 comments on commit f1e0693

Please sign in to comment.