From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 773CA158020 for ; Wed, 2 Nov 2022 00:39:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91689E0A96; Wed, 2 Nov 2022 00:39:01 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7D775E0A96 for ; Wed, 2 Nov 2022 00:39:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 22077340FAD for ; Wed, 2 Nov 2022 00:39:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 456FB5EE for ; Wed, 2 Nov 2022 00:38:58 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1667349535.b8cea120c83f70d3f9077e41c18b40443cdb8cf0.sam@gentoo> Subject: [gentoo-commits] proj/pax-utils:master commit in: .github/workflows/ X-VCS-Repository: proj/pax-utils X-VCS-Files: .github/workflows/build-test-ci.yml X-VCS-Directories: .github/workflows/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b8cea120c83f70d3f9077e41c18b40443cdb8cf0 X-VCS-Branch: master Date: Wed, 2 Nov 2022 00:38:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e9ad45c3-0951-40ee-a6f9-45608e9ca04c X-Archives-Hash: 9c850047ea2a2efee182d047e8fe3b9d commit: b8cea120c83f70d3f9077e41c18b40443cdb8cf0 Author: Sam James gentoo org> AuthorDate: Wed Nov 2 00:37:57 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Nov 2 00:38:55 2022 +0000 URL: https://gitweb.gentoo.org/proj/pax-utils.git/commit/?id=b8cea120 .github: run build-test-ci for all branches Signed-off-by: Sam James gentoo.org> Closes: https://github.com/gentoo/pax-utils/pull/8 Signed-off-by: Sam James gentoo.org> .github/workflows/build-test-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build-test-ci.yml b/.github/workflows/build-test-ci.yml index e2b7e0e..98a346d 100644 --- a/.github/workflows/build-test-ci.yml +++ b/.github/workflows/build-test-ci.yml @@ -8,8 +8,7 @@ on: branches: [master, gh-actions] tags: [v*] pull_request: - types: [opened] - branches: [master] + types: [created, opened, edited] jobs: make: