This is an automated email from the ASF dual-hosted git repository.
tqchen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git
The following commit(s) were added to refs/heads/main by this push:
new 4073adc [CI] Set main as default in github actions (#6669)
4073adc is described below
commit 4073adc15fc55d6232d00ff07dd1384bd9f936ff
Author: Zhiqiang Wang <[email protected]>
AuthorDate: Tue Oct 13 07:56:06 2020 +0800
[CI] Set main as default in github actions (#6669)
---
.github/workflows/main.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index df0d7fc..a5250c1 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -24,11 +24,11 @@ name: WinMacBuild
on:
push:
branches:
- - master
+ - main
pull_request:
branches:
- - master
+ - main
jobs:
Build: