From a0c5da1d5b72e032844455c84206ee430f38ef17 Mon Sep 17 00:00:00 2001 From: ShahanaFarooqui Date: Tue, 4 Oct 2022 19:02:51 -0700 Subject: [PATCH] workflow dispatch --- .github/workflows/stats.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/stats.yml b/.github/workflows/stats.yml index 910d3b41..f423031f 100644 --- a/.github/workflows/stats.yml +++ b/.github/workflows/stats.yml @@ -1,8 +1,17 @@ name: Pull Request Stats on: + push: + branches: [ master, 'Release-*' ] + tags: [ 'v*' ] + release: + types: [released] + # Triggers the workflow only when merging pull request to the branches. pull_request: types: [opened, closed] + branches: [ master, 'Release-*', '*' ] + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: jobs: stats: