From 6fa18b0ff86b44fb9ba4362a441d6e7abea482ae Mon Sep 17 00:00:00 2001 From: kopardev Date: Fri, 19 Jul 2024 19:56:18 -0400 Subject: [PATCH] chore: code to test gha --- .github/workflows/auto_update_org_readme.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/auto_update_org_readme.yml b/.github/workflows/auto_update_org_readme.yml index fe2baa6..1adade5 100644 --- a/.github/workflows/auto_update_org_readme.yml +++ b/.github/workflows/auto_update_org_readme.yml @@ -1,6 +1,10 @@ name: Auto update CCBR README + on: + push: + branches: + - issue-15 workflow_dispatch: schedule: - cron: '30 04 * * SUN'