Skip to content

Commit 225b3f8

Browse files
committed
[ci] move build workflow to build prs and pushes
Signed-off-by: Ayane Satomi <chinodesuuu@gmail.com>
1 parent fa0815d commit 225b3f8

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/build-commit.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
name: Build
2-
on:
3-
push:
4-
branches:
5-
- master
6-
- '*'
2+
on: [push, pull_request]
73
jobs:
84
build:
95
name: Build

0 commit comments

Comments
 (0)