From 1d2ff3fb7c5a412db2b8fb44f642763ca2eb3d86 Mon Sep 17 00:00:00 2001 From: Adrian Moennich Date: Sat, 30 Mar 2024 01:32:39 +0100 Subject: [PATCH] ci: Fix indentation --- .github/workflows/build.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a4d30f4..c6722a9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,14 +10,14 @@ on: - 'master' - '*.x' pull_request: - branches: - - 'master' - - '*.x' - types: - - opened - - reopened - - synchronize - - labeled + branches: + - 'master' + - '*.x' + types: + - opened + - reopened + - synchronize + - labeled permissions: contents: read