From a88ca59a59258c9d8b69cce89d91607af4d85dd2 Mon Sep 17 00:00:00 2001 From: Marc Mengel Date: Wed, 10 Jan 2024 11:07:10 -0600 Subject: [PATCH] Update readthedocs.yml Try to set trigger "on:" action --- .github/workflows/readthedocs.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/readthedocs.yml b/.github/workflows/readthedocs.yml index e7a4bae..91f720a 100644 --- a/.github/workflows/readthedocs.yml +++ b/.github/workflows/readthedocs.yml @@ -3,7 +3,13 @@ # Required version: 2 - + +# try to set trigger action +on: + push: + branches: + - main + # Set the OS, Python version and other tools you might need build: os: ubuntu-22.04