From dea98290cc302dde9cd092235fd03b62d85c2916 Mon Sep 17 00:00:00 2001 From: Scott Motte Date: Mon, 20 Nov 2023 15:37:23 -0800 Subject: [PATCH] Fix to run on main --- .github/workflows/ci.yml | 2 +- .nojekyll | 0 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 .nojekyll diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 92eed38c..ca873f0e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: CI on: push: - branches: ["master"] + branches: ["main"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: diff --git a/.nojekyll b/.nojekyll deleted file mode 100644 index e69de29b..00000000