瀏覽代碼
Enhance workflows event
Kebin Liu
2 年之前
|
@@ -1,6 +1,12 @@
|
|
|
-name: CI
|
|
|
+name: Feature Building
|
|
|
|
|
|
-on: [push,pull_request]
|
|
|
+on:
|
|
|
+ push:
|
|
|
+ branches:
|
|
|
+ - '*'
|
|
|
+ pull_request:
|
|
|
+ branches:
|
|
|
+ - '*'
|
|
|
|
|
|
jobs:
|
|
|
build:
|
|
@@ -1,4 +1,4 @@
|
|
|
-name: CI
|
|
|
+name: Release Building
|
|
|
|
|
|
on:
|
|
|
push:
|