Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
Clarify deployment behavior in README
Browse files Browse the repository at this point in the history
Fixes #14
  • Loading branch information
samuelmeuli committed Mar 24, 2020
1 parent 453b253 commit 6722704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
nexus_password: ${{ secrets.nexus_password }}
```
Every time you push to `master`, the action will be executed. If your `pom.xml` file contains a non-snapshot version number and all tests pass, your package will be deployed automatically.
The action will now run every time you push to `master`.

## Configuration

Expand Down

0 comments on commit 6722704

Please sign in to comment.