Triggering CI from Pull Requests and Force Pushes in GitHub Actions

from blog code.dblock.org | tech blog, | ↗ original
The slack-ruby-client generates code from an API reference scraped from the Slack documentation website. Until now, the update process was a manual operation involving checking out the code, running a rake task, updating a CHANGELOG.md, and making a pull request, e.g. slack-ruby-client#455. Let’s automate this using GitHub Actions (GHA)! We’ll...