Skip to content

Commit 04943e5

Browse files
Update and rename ci.yml to tests.yml
1 parent 11ef55c commit 04943e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml .github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
name: Continuous Integration
1+
name: Tests
22

33
on:
44
release:
55
types: [published]
66
workflow_dispatch:
77

88
jobs:
9-
build:
9+
ci:
1010
runs-on: ubuntu-latest
1111

1212
steps:

0 commit comments

Comments
 (0)