opentofu/.github
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
..
actions/go-version build: "Quick Checks" no longer uses goenv 2022-04-04 08:12:44 -07:00
ISSUE_TEMPLATE remove Crash section of issue template 2021-10-29 14:43:36 -04:00
workflows build: "Quick Checks" to run for external contributions 2022-04-07 17:00:44 -07:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2017-10-30 14:09:49 +00:00
CONTRIBUTING.md Update go test commands in .github/CONTRIBUTING.md. 2021-11-24 20:19:24 +01:00
SUPPORT.md Revise our contributing/development documentation 2019-10-15 08:39:36 -07:00