We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcc8b44 commit 5024180Copy full SHA for 5024180
2 files changed
.github/workflows/bump_version.yml
@@ -8,6 +8,9 @@ on:
8
push:
9
branches:
10
- main
11
+ paths-ignore:
12
+ - .github/**
13
+ workflow_dispatch: {}
14
jobs:
15
determine_bump_type:
16
runs-on: namespace-profile-16x32-ubuntu-2204
.github/workflows/run_tests.yml
@@ -5,6 +5,9 @@ on:
5
pull_request:
6
7
- '**'
+ push:
+ branches:
+ - main
call_extension_tests:
uses: zed-industries/zed/.github/workflows/extension_tests.yml@main
0 commit comments