Skip to content

Commit

Permalink
Enhance workflows event
Browse files Browse the repository at this point in the history
  • Loading branch information
lkebin authored and madeye committed Jan 10, 2023
1 parent 322e3de commit b8eb26c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/main.yml → .github/workflows/feature.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: CI
name: Feature Building

on: [push,pull_request]
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: Release Building

on:
push:
Expand Down

0 comments on commit b8eb26c

Please sign in to comment.