Skip to content

Commit

Permalink
chore: update the files
Browse files Browse the repository at this point in the history
  • Loading branch information
x-tools-author committed Nov 22, 2023
1 parent b1e275d commit ac4ac8c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-daily.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: build-daily
on:
schedule:
- cron: '0 0 * * *'
push:
tags:
- 'continuous'
jobs:
build:
runs-on: ubuntu-latest
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/update-continuous-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ jobs:
git config --global user.name "Qsaker"
git tag -fa continuous -m "chore: update to latest commit"
git push origin :refs/tags/continuous
git push origin continuous
git push origin continuous
git commit --allow-empty -m "Trigger GitHub Actions"

0 comments on commit ac4ac8c

Please sign in to comment.