From f082e91e99713de939e9ba24fcbc54d334f83ac1 Mon Sep 17 00:00:00 2001 From: Damian Reeves <957246+DamianReeves@users.noreply.github.com> Date: Fri, 5 Jan 2024 19:35:42 -0500 Subject: [PATCH] Update build triggers --- .github/workflows/ci-cd.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 0e76fbad..626b7d14 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -8,13 +8,12 @@ env: scala_3_version: "3.3.1" on: - pull_request: push: - branches: ["main"] + branches: [ main ] + pull_request: + branches: [ main ] release: - types: - - published - workflow_dispatch: + types: [published] # cancel older runs of a pull request; # this will not cancel anything for normal git pushes