improve GitHub Actions workflows#1190
Conversation
- add windows to build matrix - use newer versions of MySQL and MariaDB
.github/workflows/test.yml
Outdated
| pull_request: | ||
| push: | ||
| branches: | ||
| - "master" |
There was a problem hiding this comment.
Why restrict the branch?
When I pushed a new branch to my fork and I want to run test, I need to edit this file.
It is cumbersome.
There was a problem hiding this comment.
it comes from starter workflows https://github.com/actions/starter-workflows/blob/c59b62dee0eae1f9f368b7011cf05c2fc42cf084/ci/go.yml#L3-L7
but I agree with you, and will remove it.
|
I'm a little surprised by "shogo82148/actions-setup-mysql@v1" looks great! |
|
Thank you!
me, too. |
Description
Checklist