diff options
author | Sam James <sam@gentoo.org> | 2022-11-02 00:37:57 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-11-02 00:38:55 +0000 |
commit | b8cea120c83f70d3f9077e41c18b40443cdb8cf0 (patch) | |
tree | cac2494c00f9ac5e789baede6b3a3954d115b1a3 | |
parent | meson: include generated man pages in dist tarballs (diff) | |
download | pax-utils-b8cea120c83f70d3f9077e41c18b40443cdb8cf0.tar.gz pax-utils-b8cea120c83f70d3f9077e41c18b40443cdb8cf0.tar.bz2 pax-utils-b8cea120c83f70d3f9077e41c18b40443cdb8cf0.zip |
.github: run build-test-ci for all branches
Signed-off-by: Sam James <sam@gentoo.org>
Closes: https://github.com/gentoo/pax-utils/pull/8
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | .github/workflows/build-test-ci.yml | 3 |
1 files changed, 1 insertions, 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: |