From b8cea120c83f70d3f9077e41c18b40443cdb8cf0 Mon Sep 17 00:00:00 2001 From: Sam James Date: Wed, 2 Nov 2022 00:37:57 +0000 Subject: .github: run build-test-ci for all branches Signed-off-by: Sam James Closes: https://github.com/gentoo/pax-utils/pull/8 Signed-off-by: Sam James --- .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: -- cgit v1.2.3-65-gdbad