This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch preview/calendar
in repository https://gitbox.apache.org/repos/asf/comdev-events-site.git


The following commit(s) were added to refs/heads/preview/calendar by this push:
     new f525fce  Need to push on a non-default branch
f525fce is described below

commit f525fce901fc56f482f5615b7189ed07ed042489
Author: Sebb <s...@apache.org>
AuthorDate: Fri Apr 19 10:52:47 2024 +0100

    Need to push on a non-default branch
---
 .github/workflows/getcalendar.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/getcalendar.yml 
b/.github/workflows/getcalendar.yml
index 0e806c4..6348219 100644
--- a/.github/workflows/getcalendar.yml
+++ b/.github/workflows/getcalendar.yml
@@ -1,8 +1,9 @@
 name: Fetch the Google Calendar
 
 on:
-  workflow_dispatch:
-  schedule:
+  workflow_dispatch: # only works in default branch
+  push:
+  schedule: # only works in default branch
      - cron: '50 9 * * *'
 
 permissions:

Reply via email to