From 9d2be85f28da871c3b86f28bbe1fc0a0766e35cd Mon Sep 17 00:00:00 2001 From: Chris PeBenito Date: Tue, 8 Dec 2020 12:38:32 -0500 Subject: [PATCH] Drop criteria on github actions. Either they do not have the desired effects or they are broken. Signed-off-by: Chris PeBenito --- .github/workflows/tests.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a0e9082..1ae63bc 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,10 +1,6 @@ name: Build tests -on: - push: - branches: [ $default-branch ] - pull_request: - branches: [ $default-branch ] +on: [push, pull_request] env: SELINUX_USERSPACE_VERSION: libsepol-3.0