Skip to content

Commit

Permalink
build(deps): Bump submodules and dependencies (#1111)
Browse files Browse the repository at this point in the history
* [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]>
  • Loading branch information
3 people authored Sep 24, 2024
1 parent b412103 commit 53f608f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/workflows/ci-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ on:
- '**.md'
- 'contrib/**'
- '!contrib/packaging/**'
- 'docs/**'
- 'installer-builder/**'
- 'scripts/**'
- 'msi-builder/**'
- '.github/**'
- '!.github/workflows/e2e-macos.yaml'
- '!.github/workflows/e2e-windows.yaml'
Expand All @@ -27,6 +31,10 @@ on:
- '**.md'
- 'contrib/**'
- '!contrib/packaging/**'
- 'docs/**'
- 'installer-builder/**'
- 'scripts/**'
- 'msi-builder/**'
- '.github/**'
- '!.github/workflows/e2e-macos.yaml'
- '!.github/workflows/e2e-windows.yaml'
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ on:
- '.github/workflows/e2e-windows.yaml'
- '.github/workflows/e2e-linux.yaml'
- 'contrib/packaging/**'
- 'deps/**'
- 'finch.yaml.d/**'
- 'winres'
- '!contrib/hello-finch/**'
pull_request:
branches:
Expand All @@ -25,6 +28,9 @@ on:
- '.github/workflows/e2e-windows.yaml'
- '.github/workflows/e2e-linux.yaml'
- 'contrib/packaging/**'
- 'deps/**'
- 'finch.yaml.d/**'
- 'winres'
- '!contrib/hello-finch/**'
workflow_dispatch:
permissions:
Expand Down

0 comments on commit 53f608f

Please sign in to comment.