Skip to content

Commit b8eb26c

Browse files
lkebinmadeye
authored andcommitted
Enhance workflows event
1 parent 322e3de commit b8eb26c

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed
Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1-
name: CI
1+
name: Feature Building
22

3-
on: [push,pull_request]
3+
on:
4+
push:
5+
branches:
6+
- '*'
7+
pull_request:
8+
branches:
9+
- '*'
410

511
jobs:
612
build:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI
1+
name: Release Building
22

33
on:
44
push:

0 commit comments

Comments
 (0)