Skip to content

Commit

Permalink
Merge pull request #295 from hazendaz/spotbugs
Browse files Browse the repository at this point in the history
Disable coveralls for time being / adjust site for local release deployment
  • Loading branch information
hazendaz authored Jan 3, 2021
2 parents 0a1a4c2 + f559ece commit b640b35
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coveralls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on: [push, pull_request]

jobs:
build:
if: github.repository_owner == 'spotbugs'
if: github.repository_owner == 'spotbugs-OFF'
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
Expand Down
6 changes: 5 additions & 1 deletion .mvn/settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@
<password>${env.CI_DEPLOY_PASSWORD}</password>
</server>
<server>
<id>gh-pages</id>
<id>gh-pages-scm</id>
<configuration>
<scmVersionType>branch</scmVersionType>
<scmVersion>gh-pages</scmVersion>
</configuration>
</server>
<server>
<id>github</id>
Expand Down

0 comments on commit b640b35

Please sign in to comment.