From 016096fedf2e1446230b4cafd547dd95c49c0477 Mon Sep 17 00:00:00 2001 From: Kristina Spring Date: Wed, 2 Dec 2020 11:50:22 -0800 Subject: [PATCH 1/3] trying this out --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7c446e7..e412b09 100644 --- a/.travis.yml +++ b/.travis.yml @@ -58,7 +58,7 @@ jobs: name: "Make a Release" if: branch != main before_script: skip - after_success: skip + after_success: echo "after_success step" script: skip deploy: on: From 8fbe10632569d580c908a40f139bab67a4950adf Mon Sep 17 00:00:00 2001 From: Kristina Spring Date: Wed, 2 Dec 2020 11:54:44 -0800 Subject: [PATCH 2/3] updates to branch checks --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e412b09..cd625d8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ os: branches: only: - main - - /^v[0-9]+\.[0-9]+\.[0-9]+$/ + - /^v[0-9]+\.[0-9]+\.[0-9]+.*$/ addons: sonarcloud: From f52aca0ca41dd58af18f883c352c43dc8dbfc0ae Mon Sep 17 00:00:00 2001 From: Kristina Spring Date: Wed, 2 Dec 2020 12:00:28 -0800 Subject: [PATCH 3/3] updated after_success command --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cd625d8..55ea4c5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -58,7 +58,8 @@ jobs: name: "Make a Release" if: branch != main before_script: skip - after_success: echo "after_success step" + # after_success step needs to run for deploy to run + after_success: true script: skip deploy: on: