Skip to content

Commit d3a8e6f

Browse files
committed
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.`
1 parent 134efe6 commit d3a8e6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/differential-shellcheck.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ name: Differential ShellCheck
44

55
on:
66
push:
7+
branches: [ main, rhel*-branch ]
78
pull_request:
89
branches: [ main, rhel*-branch ]
910

0 commit comments

Comments
 (0)