Skip to content

Commit a0d90f7

Browse files
committed
github workflows fixed.
1 parent 600ec18 commit a0d90f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- released
77

88
jobs:
9-
test:
9+
release:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v2

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: release
1+
name: test
22

33
on:
44
pull_request:

0 commit comments

Comments
 (0)