diff --git a/.gitea/workflows/DRBv3_docs.yaml b/.gitea/workflows/DRBv3_docs.yaml index 297e74a..791840b 100644 --- a/.gitea/workflows/DRBv3_docs.yaml +++ b/.gitea/workflows/DRBv3_docs.yaml @@ -4,6 +4,10 @@ on: push: branches: - main +# TODO - REMOVE AFTER TESTING + pull_request: + branches: + - "*" # schedule: # - cron: '0 0 * * 1' # Every Monday at midnight (UTC)