Skip to content

Commit

Permalink
Merge pull request #1938 from embroider-build/reduce-duplicate-builds
Browse files Browse the repository at this point in the history
remove v* prefix GitHub Actions builds
  • Loading branch information
mansona authored May 22, 2024
2 parents 62a3d09 + e08e08a commit 5422cfd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ on:
push:
branches:
- stable
- 'v[0-9]+*' # prior release branches (e.g. `v0.30.x` branch)
tags:
- 'v*'
pull_request:
branches: [stable]

Expand Down

0 comments on commit 5422cfd

Please sign in to comment.