Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Commit 36fea2b

Browse files
authored
Update ci.yml
1 parent 0fbe707 commit 36fea2b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
name: Release
1+
name: CI
22
on:
3-
push:
3+
pull_request:
44
branches:
55
- main
66
- next
77
jobs:
8-
release:
9-
name: Run test and Release
8+
check:
9+
name: Check stuff
1010
runs-on: ubuntu-18.04
1111
steps:
1212
- name: Checkout

0 commit comments

Comments
 (0)