Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/pax-utils:master commit in: .github/workflows/
Date: Wed, 02 Nov 2022 00:39:02
Message-Id: 1667349535.b8cea120c83f70d3f9077e41c18b40443cdb8cf0.sam@gentoo
1 commit: b8cea120c83f70d3f9077e41c18b40443cdb8cf0
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 2 00:37:57 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 2 00:38:55 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/pax-utils.git/commit/?id=b8cea120
7
8 .github: run build-test-ci for all branches
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11 Closes: https://github.com/gentoo/pax-utils/pull/8
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 .github/workflows/build-test-ci.yml | 3 +--
15 1 file changed, 1 insertion(+), 2 deletions(-)
16
17 diff --git a/.github/workflows/build-test-ci.yml b/.github/workflows/build-test-ci.yml
18 index e2b7e0e..98a346d 100644
19 --- a/.github/workflows/build-test-ci.yml
20 +++ b/.github/workflows/build-test-ci.yml
21 @@ -8,8 +8,7 @@ on:
22 branches: [master, gh-actions]
23 tags: [v*]
24 pull_request:
25 - types: [opened]
26 - branches: [master]
27 + types: [created, opened, edited]
28
29 jobs:
30 make: