Browse Source

Enhance workflows event

Kebin Liu 2 years ago
parent
commit
b8eb26caaa
2 changed files with 9 additions and 3 deletions
  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:
 jobs:
   build:
   build:

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

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