From 7176d89e487f6268e273b38136820af6e656b07a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sun, 13 Feb 2022 18:14:02 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Only=20run=20CI=20on=20push=20wh?= =?UTF-8?q?en=20on=20master,=20to=20avoid=20duplicate=20runs=20on=20PRs=20?= =?UTF-8?q?(#244)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-docs.yml | 2 ++ .github/workflows/test.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/build-docs.yml b/.github/workflows/build-docs.yml index 72a79d1..18e35b3 100644 --- a/.github/workflows/build-docs.yml +++ b/.github/workflows/build-docs.yml @@ -1,6 +1,8 @@ name: Build Docs on: push: + branches: + - main pull_request: types: [opened, synchronize] workflow_dispatch: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6e15a7d..744a0fa 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,6 +2,8 @@ name: Test on: push: + branches: + - main pull_request: types: [opened, synchronize] workflow_dispatch: