Skip to content

Commit

Permalink
Merge pull request #13 from btnguyen2k/release
Browse files Browse the repository at this point in the history
Update workflow release
  • Loading branch information
btnguyen2k authored Nov 23, 2023
2 parents f423a32 + ffa8765 commit e53b07b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ Template to quickly spin up a Go module project.
- `ci.yaml`: automatically run tests and generate code coverage report.
- `release.yaml`: automatically create a new release.

**Default workflow**
**Workflow**

Workflow implemented by this template is as follows:

- Dependencies are checked and updated weekly by `dependabot.yaml`, and then PRs are automatically merged to `main` branch by `automerge-dependabot.yaml`.
- `ci.yaml` is triggered on every push to any branch to run tests and generate code coverage report.
Expand Down

0 comments on commit e53b07b

Please sign in to comment.