Skip to content

Commit

Permalink
Update sync2gitee.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
qtwrk authored Nov 13, 2021
1 parent 3416ed6 commit acd0859
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/sync2gitee.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
name: sync2gitee
on: [push, pull_request,create,delete]
on:
push:
branches:
- '**'
pull_request:
branches:
- '**'
create:
branches:
- '**'
delete:
branches:
- '**'
jobs:
repo-sync:
env:
Expand Down

0 comments on commit acd0859

Please sign in to comment.