Skip to content

Commit 24ab432

Browse files
authored
cleanup (#6)
* fix ci names * cleanup
1 parent 1943810 commit 24ab432

3 files changed

Lines changed: 2 additions & 1 deletion

File tree

.DS_Store

-6 KB
Binary file not shown.

.github/workflows/build-on-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
tags:
55
- "*"
66
jobs:
7-
build-and-test:
7+
build-and-release:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v5

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ output.xml
55
.classpath
66
.project
77
.settings
8+
.DS_Store

0 commit comments

Comments
 (0)