diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md deleted file mode 100644 index c891e4ea..00000000 --- a/.github/pull_request_template.md +++ /dev/null @@ -1,7 +0,0 @@ - - ---- - -### Contribution License Agreement - -- [ ] By placing an "x" in the box, I hereby understand, accept and agree to be bound by the terms and conditions of the [Contribution License Agreement](https://dena.github.io/cla/). \ No newline at end of file diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 63647e0d..7032afdf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,7 +4,19 @@ name: Test on: - workflow_dispatch: + pull_request: + types: [ opened, synchronize, reopened ] # Same as default + paths-ignore: + - '**.md' + - '.github/**' + - '!.github/workflows/test.yml' + push: + branches: + - master + paths-ignore: + - '**.md' + - '.github/**' + - '!.github/workflows/test.yml' concurrency: group: ${{ github.workflow }}-${{ github.ref }}