Skip to content

Commit 89eae60

Browse files
ci: Run build workflow in PRs which change composite actions
This should have been added in c4b0bd3 for cache-on-main and way before that for artifact-from-cirrus.
1 parent dcfc667 commit 89eae60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
- v[0-9]+
1212
paths:
1313
- .github/workflows/build.yaml
14-
- .github/actions/setup-nix/**
14+
- .github/actions/**
1515
- .github/scripts/**
1616
- .github/*
1717
- '*.nix'

0 commit comments

Comments
 (0)