From 7dfcbe0b998dd0fcc16f315615da4d070ce44888 Mon Sep 17 00:00:00 2001 From: Jan Macku Date: Wed, 10 Dec 2025 13:12:39 +0100 Subject: [PATCH] ci: fix issues with missing base commit Fix issues like: `git: base SHA1 (0000000000000000000000000000000000000000) doesn't exist. Make sure that the base branch is up-to-date.` --- .github/workflows/differential-shellcheck.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/differential-shellcheck.yml b/.github/workflows/differential-shellcheck.yml index ce753c41..3e089159 100644 --- a/.github/workflows/differential-shellcheck.yml +++ b/.github/workflows/differential-shellcheck.yml @@ -4,6 +4,7 @@ name: Differential ShellCheck on: push: + branches: [ main, rhel*-branch ] pull_request: branches: [ main, rhel*-branch ]