From f28e8ba52f590b329c1c602cb9c0c9c1a9e99231 Mon Sep 17 00:00:00 2001 From: AJ Jordan Date: Sun, 13 Oct 2024 01:22:54 -0400 Subject: [PATCH] Fix GitHub Actions branch name I literally copied this from a GitHub repo... wtf. --- .github/workflows/upload-secrets.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/upload-secrets.yml b/.github/workflows/upload-secrets.yml index 41071cf..31d8ca7 100644 --- a/.github/workflows/upload-secrets.yml +++ b/.github/workflows/upload-secrets.yml @@ -2,7 +2,7 @@ name: Publish encrypted laptop configuration data on: push: - branches: [$default-branch] + branches: ['main'] workflow_dispatch: # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages