From e0a353aed2049df57878274e2bb80e274b0ec098 Mon Sep 17 00:00:00 2001 From: jeandut Date: Tue, 28 Nov 2023 14:58:40 +0100 Subject: [PATCH] modifying workflow --- .github/workflows/pr_validation.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/pr_validation.yml b/.github/workflows/pr_validation.yml index f634ded7..cd2adcd4 100644 --- a/.github/workflows/pr_validation.yml +++ b/.github/workflows/pr_validation.yml @@ -2,10 +2,16 @@ name: pr-validation # Controls when the workflow will run on: + push: + branches: + - main pull_request: paths-ignore: - 'experiments/**' # if only the exps are modified, no need to run it - 'docs/**' # if only the docs are modified, no need to run it + schedule: + # Every monday at 3h30 UTC + - cron: '30 3 * * 1' # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: