From d8c2b9842e1f16054bcaaa4ff2b99ef6477e4b98 Mon Sep 17 00:00:00 2001 From: Andrey Marchenko Date: Wed, 23 Aug 2023 14:33:33 +0200 Subject: [PATCH] try to run on each push --- .github/PULL_REQUEST_TEMPLATE.md | 16 ++++++++++++++++ .github/workflows/check.yml | 4 ---- 2 files changed, 16 insertions(+), 4 deletions(-) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..9d00190f --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,16 @@ +**What does this PR do?** + + +**Motivation** + + +**Additional Notes** + + +**How to test the change?** + \ No newline at end of file diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 35fe6e30..64e7a92d 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -1,10 +1,6 @@ name: Check on: push: - branches: [ main ] - pull_request: - # The branches below must be a subset of the branches above - branches: [ main ] jobs: check: name: Check types