From cd277bde155a1137bcf6230e32b7eb16367b03e5 Mon Sep 17 00:00:00 2001 From: Tomas Baca Date: Wed, 15 Nov 2023 14:10:42 +0100 Subject: [PATCH] wip --- .github/workflows/rostest.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/rostest.yml b/.github/workflows/rostest.yml index de44afbafc..5644cdf215 100644 --- a/.github/workflows/rostest.yml +++ b/.github/workflows/rostest.yml @@ -3,6 +3,9 @@ name: rostest on: workflow_dispatch: + push: + branches: [ testing ] + # schedule: # - cron: '0 20 * * *' # every day at 10pm UTC+2