Skip to content

Commit

Permalink
chore(workflow): update workflow_dispatch event trigger
Browse files Browse the repository at this point in the history
- Updated the workflow_dispatch event trigger from 'push, delete' to 'workflow_dispatch, push, delete' in mirror.yml
- Updated the mirror badge link in README.md to reflect the changes
  • Loading branch information
guanguans committed Apr 12, 2024
1 parent a638e2e commit 31df66b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: mirror

on: [ push, delete ]
on: [ workflow_dispatch, push, delete ]

jobs:
to_gitlab:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
[![lint markdown](https://github.com/guanguans/favorite-link/actions/workflows/lint-md.yml/badge.svg)](https://github.com/guanguans/favorite-link/actions/workflows/lint-md.yml)
[![feed](https://github.com/guanguans/favorite-link/actions/workflows/feed.yml/badge.svg)](https://github.com/guanguans/favorite-link/actions/workflows/feed.yml)
[![mirror](https://github.com/guanguans/favorite-link/actions/workflows/mirror.yml/badge.svg)](https://github.com/guanguans/favorite-link/actions/workflows/mirror.yml)

## 订阅链接

* [README.rss](https://raw.githubusercontent.com/guanguans/favorite-link/master/README.rss)
* [README.atom](https://raw.githubusercontent.com/guanguans/favorite-link/master/README.atom)

* [github/README.rss](https://raw.githubusercontent.com/guanguans/favorite-link/master/README.rss) | [gitlab/README.rss](https://gitlab.com/yzmguanguan/favorite-link/-/raw/master/README.rss)
* [github/README.atom](https://raw.githubusercontent.com/guanguans/favorite-link/master/README.atom) | [gitlab/README.atom](https://gitlab.com/yzmguanguan/favorite-link/-/raw/master/README.atom)

### April 12, 2024
- [jamiebuilds/the-super-tiny-compiler: ⛄ 可能是有史以来最小的编译器](https://github.com/jamiebuilds/the-super-tiny-compiler)
Expand Down

0 comments on commit 31df66b

Please sign in to comment.