Skip to content

Commit

Permalink
Merge pull request envoyproxy#119 from majinghe/zh
Browse files Browse the repository at this point in the history
修改 CI 触发条件
  • Loading branch information
majinghe authored Nov 9, 2020
2 parents ac9b1d8 + 62f881e commit 68df819
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: Build envoy docs and deploy with github pages

on:
push:
branches: [ zh ]
pull_request:
branches: [ zh ]
branches: [ zh ]
types: ["opened","reopened","synchronize"]
schedule:
- cron: "* */8 * * *"

Expand Down

0 comments on commit 68df819

Please sign in to comment.