open-nomad/.github
Tim Gross bbafb87e50
CI: run tests on pull_request and push to main/release (#15690)
Running tests `on: push` prevents GitHub from showing the workflow approval
button, which prevents tests from being run on community-contributed (or even
just non-Nomad HashiCorp folks) PRs. Running `on: pull_request` automatically
picks up opened, reopened, and synchronize hooks (where "synchronize" means a
push to HEAD on the PR's branch, so that'll pick up rebases and updates).

But we also want to run tests on `main` and the various `release` backport
branches, so retain a `on: push` for those.
2023-01-04 14:34:23 -05:00
..
ISSUE_TEMPLATE fix typo (#10112) 2021-03-03 15:16:57 -05:00
workflows CI: run tests on pull_request and push to main/release (#15690) 2023-01-04 14:34:23 -05:00
CODE_OF_CONDUCT.md Created .github; Added CoC 2019-02-22 10:49:05 -08:00
dependabot.yml deps: run all dependabot configs over the weekend (#14608) 2022-09-16 10:50:57 -05:00