From 4f58322630c4c74cbc43af0bc6b6fa13d7c29e67 Mon Sep 17 00:00:00 2001 From: evelynmitchell Date: Wed, 20 Mar 2024 08:18:57 -0600 Subject: [PATCH] run examples on push for testing workflow --- .github/workflows/run_examples.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/run_examples.yml b/.github/workflows/run_examples.yml index ae453c8d..294630f2 100644 --- a/.github/workflows/run_examples.yml +++ b/.github/workflows/run_examples.yml @@ -1,10 +1,11 @@ name: Run Examples Script -on: - push: - branches: [ main ] - pull_request: - branches: [ main ] +on: [push] +# on: +# push: +# branches: [ main ] +# pull_request: +# branches: [ main ] # schedule: # # Runs at 3:00 AM UTC every day # - cron: '0 3 * * *'