From 6ed6683fb97f32d74485be67448063e7e3a5c82f Mon Sep 17 00:00:00 2001 From: Michael Wathen Date: Thu, 2 May 2024 10:06:01 +0100 Subject: [PATCH] Updating trigged actions in yml file --- .github/workflows/ersem.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ersem.yml b/.github/workflows/ersem.yml index 662eab0..7847d19 100644 --- a/.github/workflows/ersem.yml +++ b/.github/workflows/ersem.yml @@ -4,11 +4,12 @@ name: ersem on: push: - branches: [ master ] + branches: [ master, main ] pull_request: - branches: [ master ] + branches: [ master, main ] schedule: - cron: '0 9 * * 1' + jobs: build-pyfabm-ersem-debian: runs-on: ubuntu-latest