You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2021/10/24 18:11:15 UTC

[libcloud] 02/04: Update workflow.

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

tomaz pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git

commit 40abc24a4f8b4b8970b66826cc9cdd833ec35164
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Sun Oct 24 19:53:27 2021 +0200

    Update workflow.
---
 .github/workflows/publish_pricing_to_s3.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.github/workflows/publish_pricing_to_s3.yml b/.github/workflows/publish_pricing_to_s3.yml
index 5d11d93..c1c459d 100644
--- a/.github/workflows/publish_pricing_to_s3.yml
+++ b/.github/workflows/publish_pricing_to_s3.yml
@@ -6,6 +6,10 @@ on:
     branches:
       - trunk
       - fix_pricing_job
+  pull_request:
+    branches:
+      - trunk
+      - fix_pricing_job
   schedule:
     - cron: '0 13 * * *'
     - cron: '0 2 * * *'