Skip to content

Commit 5024180

Browse files
authored
Update to latest extension workflows (#33)
This PR updates the workflows for extensions to the latest version from the Zed repository.
1 parent bcc8b44 commit 5024180

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/bump_version.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
push:
99
branches:
1010
- main
11+
paths-ignore:
12+
- .github/**
13+
workflow_dispatch: {}
1114
jobs:
1215
determine_bump_type:
1316
runs-on: namespace-profile-16x32-ubuntu-2204

.github/workflows/run_tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
pull_request:
66
branches:
77
- '**'
8+
push:
9+
branches:
10+
- main
811
jobs:
912
call_extension_tests:
1013
uses: zed-industries/zed/.github/workflows/extension_tests.yml@main

0 commit comments

Comments
 (0)