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 * * *'