Skip to content

Commit

Permalink
temp: allow ci on all pushes
Browse files Browse the repository at this point in the history
  • Loading branch information
noaccOS committed Oct 19, 2024
1 parent 9e2201f commit 869ed05
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: CI
on:
push:
branches:
- main
- "v[0-9]+.[0-9]+.x"
- "**"
tags:
- "v*"
paths-ignore:
Expand Down Expand Up @@ -73,7 +72,6 @@ jobs:
style:
timeout-minutes: 60
name: Check formatting and spelling
if: github.repository_owner == 'zed-industries'
runs-on:
- buildjet-8vcpu-ubuntu-2204
steps:
Expand Down

0 comments on commit 869ed05

Please sign in to comment.