Skip to content

Commit

Permalink
Run github action after PR merged (pingcap#591)
Browse files Browse the repository at this point in the history
Signed-off-by: Lonng <[email protected]>

Co-authored-by: ti-srebot <[email protected]>
  • Loading branch information
lonng and ti-srebot authored Jul 9, 2020
1 parent 5b1588c commit a3998ff
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
branches:
- master
- release-*
push:
branches:
- master
- release-*

jobs:

Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ on:
branches:
- master
- release-*

push:
branches:
- master
- release-*

jobs:

Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/reprotest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:
branches:
- master
- release-*
push:
branches:
- master
- release-*

jobs:
reprotest:
Expand Down

0 comments on commit a3998ff

Please sign in to comment.