From 27cd0a4e96c293deb64125edb0c3ae70f9d3d858 Mon Sep 17 00:00:00 2001 From: Rik Smale <13023439+WikiRik@users.noreply.github.com> Date: Thu, 30 Dec 2021 13:52:51 +0100 Subject: [PATCH] build(ci): only run on pushes to main/v6/v7 (#13868) --- .github/workflows/ci.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 93385437a8cc..ee214a1a2a54 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,11 @@ name: CI -on: [push, pull_request] +on: + push: + branches: + - main + - v6 + - v7 + pull_request: env: SEQ_DB: sequelize_test