From ef051f4850d13cad5f668832a02edd939cb8910a Mon Sep 17 00:00:00 2001 From: Larry Fenn Date: Fri, 9 Dec 2022 20:49:08 -0500 Subject: [PATCH] Change workflows to run less frequently --- .github/workflows/main.yml | 4 ++-- README.rst | 5 +---- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 08a743b..f4710d0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,9 +1,9 @@ name: build on: - push: + workflow_dispatch: pull_request: - types: [opened, reopened, review_requested] + types: [review_requested] jobs: build: diff --git a/README.rst b/README.rst index 0a1ddc8..1e7a8a6 100644 --- a/README.rst +++ b/README.rst @@ -1,17 +1,14 @@ .. image:: https://img.shields.io/pypi/v/datakit-core.svg :target: https://pypi.python.org/pypi/datakit-core - .. image:: https://github.com/associatedpress/datakit-core/actions/workflows/main.yml/badge.svg :target: https://github.com/associatedpress/datakit-core/actions/workflows/main.yml - :alt: Linux build status on Github Actions - + :alt: Build status on Github Actions .. image:: https://readthedocs.org/projects/datakit-core/badge/?version=latest :target: https://datakit-core.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status - ======= Datakit =======