Skip to content

Commit 578ec75

Browse files
authored
Merge pull request #251 from sikepuri-algorithm/update-build-test-ci
Update build test CI
2 parents 988695c + 8045611 commit 578ec75

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
1-
---
21
name: Build Test
32

43
on:
54
pull_request:
6-
branches: [main, master]
75

86
jobs:
97
build-test:
10-
name: Build Test
118
runs-on: ubuntu-latest
129
steps:
13-
- name: Checkout Code
10+
- name: Checkout
1411
uses: actions/checkout@v3
1512

1613
- name: Build

0 commit comments

Comments
 (0)