Skip to content

Commit

Permalink
Merge pull request #172 from hazendaz/master
Browse files Browse the repository at this point in the history
Adjust GHA and sort pom
  • Loading branch information
hazendaz authored Nov 4, 2023
2 parents 77f866f + a07bc1c commit ddd8184
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Java CI

on: [push, pull_request]
on: [workflow_dispatch, push, pull_request]

jobs:
test:
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<groupId>org.mybatis</groupId>
<artifactId>mybatis-parent</artifactId>
<version>39</version>
<relativePath />
<relativePath/>
</parent>

<groupId>org.mybatis.caches</groupId>
Expand All @@ -36,10 +36,10 @@
<url>https://github.com/mybatis/ehcache-cache/</url>

<scm>
<url>http://github.com/mybatis/ehcache-cache</url>
<connection>scm:git:ssh://[email protected]/mybatis/ehcache-cache.git</connection>
<developerConnection>scm:git:ssh://[email protected]/mybatis/ehcache-cache.git</developerConnection>
<tag>HEAD</tag>
<url>http://github.com/mybatis/ehcache-cache</url>
</scm>
<issueManagement>
<system>GitHub Issue Management</system>
Expand Down

0 comments on commit ddd8184

Please sign in to comment.