diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index fb499c253f365..c1a3f42508aaa 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -21,4 +21,4 @@ Checklist: * [ ] Optional. My organization is added to USERS.md. * [ ] Optional. For bug fixes, I've indicated what older releases this fix should be cherry-picked into (this may or may not happen depending on risk/complexity). - \ No newline at end of file + diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml index f9dff564ff594..3a596a9552d70 100644 --- a/.github/workflows/ci-build.yaml +++ b/.github/workflows/ci-build.yaml @@ -1,17 +1,12 @@ name: Integration tests - on: push: - paths-ignore: - - '*.md' branches: - 'master' - 'release-*' - '!release-1.4' - '!release-1.5' pull_request: - paths-ignore: - - '*.md' branches: - 'master' - 'release-*'