opentofu/.github/workflows
Martin Atkins 5b615882e2
build: "Quick Checks" to run for external contributions
The "push" event is only for pushes to branches within the same repository.

Since external contributors make commits in their own repositories rather than directly in the target repository, we also need the pull_request event to react to opening a pull request and to pushing new code to an external branch associated with a pull request.

Since internal pull requests would in principle trigger both "push" _and_ "pull_request", we also constrain the push event only to the branches we typically release from, on the assumption that all other branches will merge into those via pull requests. This avoids redundantly running the same checks in response to two events at the same time.
2022-04-07 17:00:44 -07:00
..
build-Dockerfile Initial work on a new package build process 2022-01-05 14:31:04 -08:00
build.yml build: "Quick Checks" no longer uses goenv 2022-04-04 08:12:44 -07:00
checks.yml build: "Quick Checks" to run for external contributions 2022-04-07 17:00:44 -07:00
issue-comment-created.yml Remove GitHub HashiBot configuration 2021-05-14 13:28:15 -07:00
lock.yml Remove GitHub HashiBot configuration 2021-05-14 13:28:15 -07:00
main.yml Remove backport review teams for now 2020-11-02 10:43:22 -05:00
merged-pr.yml Add merged pull request reminder 2022-01-26 15:52:54 -05:00