From 476cc4c276d5ca044b056fe9fc9a67375f81fa73 Mon Sep 17 00:00:00 2001 From: Viktor van der Valk <33719474+ViktorvdValk@users.noreply.github.com> Date: Tue, 11 May 2021 16:28:44 +0200 Subject: [PATCH] CI: Change CI triggers --- .github/workflows/test_and_deploy.yml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index 833a995..6f2300b 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -3,18 +3,7 @@ name: tests -on: - push: - branches: - - master - - main - tags: - - "v*" # Push events to matching v*, i.e. v1.0, v20.15.10 - pull_request: - branches: - - master - - main - workflow_dispatch: +on: [push, pull_request] jobs: test: