From 769c8f03043bee0879bdaf4f32301f310029fcdc Mon Sep 17 00:00:00 2001 From: Mike Date: Wed, 2 Aug 2023 02:23:29 +0000 Subject: [PATCH] Update .gitea/workflows/learn-gitea.actions.yml --- .gitea/workflows/learn-gitea.actions.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/learn-gitea.actions.yml b/.gitea/workflows/learn-gitea.actions.yml index 8f867e0..c181ea4 100644 --- a/.gitea/workflows/learn-gitea.actions.yml +++ b/.gitea/workflows/learn-gitea.actions.yml @@ -1,10 +1,14 @@ name: learn-gitea-actions run-name: ${{ gitea.actor }} is learning Gitea Actions -on: [push] +on: + push: + branches: [main] + schedule: + - cron: '0 * 1,15 * *' env: ACCESS_KEY: ${{ secrets.ACCESS_KEY }} SECRET_KEY: ${{ secrets.SECRET_KEY }} -schedule: cron: '0 * 1,15 * *' + jobs: check-bats-version: