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

robbie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-proton.git


The following commit(s) were added to refs/heads/master by this push:
     new 4d37430  PROTON-2253: rename workflow, remove restrictions on branches
4d37430 is described below

commit 4d374309f6078416e7652033af7d78a69cbd413a
Author: Robbie Gemmell <rob...@apache.org>
AuthorDate: Mon Jul 27 13:25:33 2020 +0100

    PROTON-2253: rename workflow, remove restrictions on branches
---
 .github/workflows/{c-cpp.yml => build.yml} | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/build.yml
similarity index 96%
rename from .github/workflows/c-cpp.yml
rename to .github/workflows/build.yml
index ba6d3a0..0d0a96e 100644
--- a/.github/workflows/c-cpp.yml
+++ b/.github/workflows/build.yml
@@ -1,10 +1,6 @@
-name: Qpid Proton Github Actions CI
+name: Build
 
-on:
-  push:
-    branches: [ master ]
-  pull_request:
-    branches: [ master ]
+on: [push, pull_request]
 
 jobs:
   build:


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org

Reply via email to