Github messages for voidlinux
 help / color / mirror / Atom feed
From: sgn <sgn@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] GitHub Action: build on push to non-master branches
Date: Sat, 27 Feb 2021 01:32:17 +0100	[thread overview]
Message-ID: <20210227003217.CaVPOsEWb5BDT7f-SfSqwoHONHWVjlrIjYdfXhlspLg@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-28013@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 399 bytes --]

There is an updated pull request by sgn against master on the void-packages repository

https://github.com/sgn/void-packages liquid-dsp
https://github.com/void-linux/void-packages/pull/28013

GitHub Action: build on push to non-master branches
See https://github.com/sgn/void-packages/actions/runs/493766269

A patch file from https://github.com/void-linux/void-packages/pull/28013.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-liquid-dsp-28013.patch --]
[-- Type: text/x-diff, Size: 728 bytes --]

From 677e4cb4ab2ca153882025c21dc8045d7332f643 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Mon, 18 Jan 2021 21:02:52 +0700
Subject: [PATCH] GitHub Action: build on push to branches designated for CI

---
 .github/workflows/build.yaml | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index d8328911eec..c08aaf94451 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -1,6 +1,10 @@
-name: Check PR
+name: Check build
 
-on: pull_request
+on:
+  pull_request:
+  push:
+    branches:
+      - 'ci-**'
 
 jobs:
   # Lint changed templates.

  parent reply	other threads:[~2021-02-27  0:32 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-18 13:52 [PR PATCH] liquid-dsp: fix build sgn
2021-01-18 13:52 ` [PR PATCH] [Closed]: " sgn
2021-01-18 14:02 ` [PR PATCH] [Updated] " sgn
2021-01-18 14:03 ` sgn
2021-01-18 14:20 ` GitHub Action: build on push to non-master branches ericonr
2021-01-18 14:28 ` sgn
2021-01-18 14:30 ` [PR PATCH] [Updated] " sgn
2021-01-18 14:32 ` sgn
2021-01-18 15:42 ` ericonr
2021-01-19  0:09 ` fosslinux
2021-01-19  0:22 ` sgn
2021-02-25 18:47 ` ericonr
2021-02-25 23:50 ` sgn
2021-02-27  0:32 ` sgn [this message]
2022-03-27 23:38 ` [PR PATCH] [Merged]: " the-maldridge

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210227003217.CaVPOsEWb5BDT7f-SfSqwoHONHWVjlrIjYdfXhlspLg@z \
    --to=sgn@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).