Skip to content

Commit

Permalink
Merge pull request #2108 from openturing/0.3.9
Browse files Browse the repository at this point in the history
- Build.yml for Master
  • Loading branch information
alegauss authored Sep 7, 2024
2 parents 56169c9 + bb0071e commit 4061e62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name: Java CI with Maven and SonarCloud

on:
push:
branches: [ "0.3.9" ]
branches: [ "master", "0.3.9" ]
pull_request:
types: [ opened, synchronize, reopened ]
jobs:
Expand Down
1 change: 1 addition & 0 deletions turing-wem/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.14</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
Expand Down

0 comments on commit 4061e62

Please sign in to comment.