[PATCH] .github/workflows/check_format.yml: run on all branches
Stephen Smalley <[email protected]>
| Newsgroups | org.kernel.vger.selinux |
|---|---|
| Message-ID | <[email protected]> |
Enable running this workflow on all branches so that we can see its results on other branches besides main. Signed-off-by: Stephen Smalley <[email protected]> --- .github/workflows/check_format.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/check_format.yml b/.github/workflows/check_format.yml index bb44e60a..be85972b 100644 --- a/.github/workflows/check_format.yml +++ b/.github/workflows/check_format.yml @@ -1,12 +1,6 @@ name: Check format -on: - push: - branches: - - main - pull_request: - branches: - - main +on: [push, pull_request] jobs: check-format: -- 2.55.0