Skip to content

Commit 53f608f

Browse files
build(deps): Bump submodules and dependencies (runfinch#1111)
* [create-pull-request] automated change Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * update ci conditions Signed-off-by: Justin Alvarez <[email protected]> --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Signed-off-by: Justin Alvarez <[email protected]> Co-authored-by: pendo324 <[email protected]> Co-authored-by: Justin Alvarez <[email protected]>
1 parent b412103 commit 53f608f

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

Diff for: .github/workflows/ci-docs.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ on:
1616
- '**.md'
1717
- 'contrib/**'
1818
- '!contrib/packaging/**'
19+
- 'docs/**'
20+
- 'installer-builder/**'
21+
- 'scripts/**'
22+
- 'msi-builder/**'
1923
- '.github/**'
2024
- '!.github/workflows/e2e-macos.yaml'
2125
- '!.github/workflows/e2e-windows.yaml'
@@ -27,6 +31,10 @@ on:
2731
- '**.md'
2832
- 'contrib/**'
2933
- '!contrib/packaging/**'
34+
- 'docs/**'
35+
- 'installer-builder/**'
36+
- 'scripts/**'
37+
- 'msi-builder/**'
3038
- '.github/**'
3139
- '!.github/workflows/e2e-macos.yaml'
3240
- '!.github/workflows/e2e-windows.yaml'

Diff for: .github/workflows/ci.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ on:
1313
- '.github/workflows/e2e-windows.yaml'
1414
- '.github/workflows/e2e-linux.yaml'
1515
- 'contrib/packaging/**'
16+
- 'deps/**'
17+
- 'finch.yaml.d/**'
18+
- 'winres'
1619
- '!contrib/hello-finch/**'
1720
pull_request:
1821
branches:
@@ -25,6 +28,9 @@ on:
2528
- '.github/workflows/e2e-windows.yaml'
2629
- '.github/workflows/e2e-linux.yaml'
2730
- 'contrib/packaging/**'
31+
- 'deps/**'
32+
- 'finch.yaml.d/**'
33+
- 'winres'
2834
- '!contrib/hello-finch/**'
2935
workflow_dispatch:
3036
permissions:

0 commit comments

Comments
 (0)