This is an automated email from the ASF dual-hosted git repository.

jky pushed a commit to branch 0.0.6
in repository https://gitbox.apache.org/repos/asf/flagon-distill.git

commit cafa1ad502b73fc7713a4a1b8631b91166017067
Author: Evan Jones <[email protected]>
AuthorDate: Mon Sep 25 13:07:54 2023 -0400

    ci(bump-version): triggers action run on PR into dev
---
 .github/workflows/bump_version.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/bump_version.yml 
b/.github/workflows/bump_version.yml
index f8d9445..7332c6d 100644
--- a/.github/workflows/bump_version.yml
+++ b/.github/workflows/bump_version.yml
@@ -21,6 +21,9 @@ on:
   #     workflows: ["Release Audit Tool"]
   #     types:
   #       - completed
+  pull_request:
+    branches:
+      - dev
   push:
     branches:
       - dev

Reply via email to