From d4ccc6f2a73369d9c7dcb35d8901cf955417c7c7 Mon Sep 17 00:00:00 2001 From: Baptiste Grenier Date: Thu, 5 Nov 2020 17:55:29 +0100 Subject: [PATCH] actions: no more run tests when commits are pushed to master, only build and deploy (#133) --- .github/workflows/build.yml | 2 +- .github/workflows/check-links.yml | 2 +- .github/workflows/lint.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 78a6bac1d1..ae420b88cf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,7 +5,7 @@ name: Build documentation # Deploy to GitHub pages # https://github.com/peaceiris/actions-gh-pages -on: [push, pull_request] +on: pull_request jobs: deploy: diff --git a/.github/workflows/check-links.yml b/.github/workflows/check-links.yml index f15cd4d19a..8a68f8e78b 100644 --- a/.github/workflows/check-links.yml +++ b/.github/workflows/check-links.yml @@ -1,6 +1,6 @@ name: Check links -on: [push, pull_request] +on: pull_request jobs: markdown-link-check: diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 376a0e89c3..34798c97fa 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,7 +1,7 @@ --- name: Lint -on: [push, pull_request] +on: pull_request jobs: super-lint: