Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit 060735c

Browse files
author
William Douglas
committed
Make github action shellcheck run on PRs
Modify the shell check workflow to operate on the same events as the swupd tests. Signed-off-by: William Douglas <william.douglas@intel.com>
1 parent 99117ea commit 060735c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/shellcheck-all.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Shellcheck
22

3-
on:
4-
push:
5-
branches: [master]
3+
on: [push, pull_request]
64

75
env:
86
RUNNING_IN_CI: true

0 commit comments

Comments
 (0)