From d978816c24e54bc1a8012197131bf5ec48b8d475 Mon Sep 17 00:00:00 2001 From: Andrew Riha Date: Tue, 19 Mar 2024 23:10:02 -0700 Subject: [PATCH] Fix syntax --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0242c60..3ac0965 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,9 +11,11 @@ on: schedule: - cron: '37 3 * * 0' push: - branches: '**' + branches: + - '**' pull_request: - branches: '**' + branches: + - '**' jobs: enable-workflow: