瀏覽代碼

Enhance workflows event

Kebin Liu 2 年之前
父節點
當前提交
b8eb26caaa
共有 2 個文件被更改,包括 9 次插入3 次删除
  1. 8 2
      .github/workflows/feature.yml
  2. 1 1
      .github/workflows/release.yml

+ 8 - 2
.github/workflows/main.yml → .github/workflows/feature.yml

@@ -1,6 +1,12 @@
-name: CI
+name: Feature Building
 
-on: [push,pull_request]
+on:
+  push:
+    branches:
+      - '*'
+  pull_request:
+    branches:
+      - '*'
 
 jobs:
   build:

+ 1 - 1
.github/workflows/release.yml

@@ -1,4 +1,4 @@
-name: CI
+name: Release Building
 
 on:
   push: