Skip to content

Commit 4b54fcc

Browse files
committed
fix(ci): Fix ci syntax
1 parent 14c4430 commit 4b54fcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: pipeline
22
on: [push, pull_request]
33

44
jobs:
5-
build-test-and-release:
5+
build-and-test:
66
runs-on: ubuntu-latest
77
steps:
88
- name: Checkout

0 commit comments

Comments
 (0)