diff options
author | Andreas Hubel | 2021-04-16 00:07:43 +0200 |
---|---|---|
committer | Lukas Schauer | 2021-04-19 22:44:14 +0200 |
commit | 1f6329c4ba2822b6a0d2018098f8f76d5bf0fe81 (patch) | |
tree | 71873c9c9f7d0f0702f4b017aa6afcd81dc9fbcf | |
parent | bf54baf0f51857cdc7a0411396075396d2605543 (diff) |
Update mirroring.yml
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/mirroring.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/mirroring.yml b/.github/workflows/mirroring.yml index d804f54..0f98d22 100644 --- a/.github/workflows/mirroring.yml +++ b/.github/workflows/mirroring.yml @@ -1,8 +1,7 @@ name: Mirroring -on: - push: - delete: +on: + workflow_dispatch: pull_request: branches: [ master ] |