diff options
| author | Stefan Boberg <[email protected]> | 2024-03-21 15:19:09 +0100 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2024-03-21 15:19:09 +0100 |
| commit | aa84b9466da640003a3dfff9b57aaa5e6644254f (patch) | |
| tree | e32acf7957a89b3c58d554a1fe5ca79db5280e38 /.github/workflows | |
| parent | added action to mirror repo to github.com (#17) (diff) | |
| download | zen-aa84b9466da640003a3dfff9b57aaa5e6644254f.tar.xz zen-aa84b9466da640003a3dfff9b57aaa5e6644254f.zip | |
Edit action name for brevity
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/mirror.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index b34fb45f1..261d2bf65 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -1,4 +1,4 @@ -name: Mirror all branches and tags to github.com repo +name: Mirror to github.com on: [ push, delete, create ] |