From 6df703e11b291857b158a46111a5cdcf406ff6fc Mon Sep 17 00:00:00 2001 From: Timotej Bernat Date: Tue, 13 Aug 2024 12:23:29 -0600 Subject: [PATCH] Moved 'workflow_dispatch' line to add another commit to hopefully jog-update GitHub --- .github/workflows/CI.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index 29dd9b3..8530d81 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -3,7 +3,6 @@ name: CI on: # GitHub has started calling new repo's first branch "main" https://github.com/github/renaming # The cookiecutter uses the "--initial-branch" flag when it runs git-init - workflow_dispatch: push: branches: - "main" @@ -15,6 +14,7 @@ on: # Scheduled workflows run on the latest commit on the default or base branch. # (from https://help.github.com/en/actions/reference/events-that-trigger-workflows#scheduled-events-schedule) - cron: "0 0 * * 0" + workflow_dispatch: jobs: test: