Skip to content

Commit 3b43536

Browse files
committed
tweak CI
1 parent 507316b commit 3b43536

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml renamed to .github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Based on https://github.com/mvdan/github-actions-golang
2-
on: [push, pull_request, workflow_dispatch]
3-
name: Tests
2+
on: [pull_request, workflow_dispatch]
3+
name: CI
44
jobs:
55
test:
66
strategy:

0 commit comments

Comments
 (0)