From 7986406bd86edf43950df0bc32dc703527c3db22 Mon Sep 17 00:00:00 2001 From: Nick Alteen Date: Fri, 1 Sep 2023 14:49:09 -0400 Subject: [PATCH] Update CI triggers --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4a4950e..3de6711 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,10 +2,11 @@ name: Continuous Integration on: pull_request: + branches: + - main push: branches: - main - - 'releases/*' jobs: test-docker: