From d42361b8a7c96e5b19ae3e7bf92e641467343891 Mon Sep 17 00:00:00 2001 From: Travis Wyatt Date: Mon, 28 Dec 2020 15:33:57 -0800 Subject: [PATCH] Fix SNAPSHOT deployments `$default-branch` didn't seem to work. Calling out `main` branch explicitly instead. --- .github/workflows/snapshot.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index 8afab6022..af04a6b14 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -1,7 +1,8 @@ name: Snapshot on: push: - branches: [ $default-branch ] + branches: + - main jobs: snapshot: