浏览代码

Enable master and develop in ci.yml

Peter Dimov 2 年之前
父节点
当前提交
39063802d3
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      .github/workflows/ci.yml

+ 2 - 0
.github/workflows/ci.yml

@@ -3,6 +3,8 @@ name: CI
 on:
   push:
     branches:
+      - master
+      - develop
       - feature/**
     tags:
       - '**'

粤ICP备19079148号