Skip to content

Commit

Permalink
fix: branch references in model checks
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Gammon <sam@elide.ventures>
  • Loading branch information
sgammon committed Feb 13, 2024
1 parent 9eb90b6 commit f19a39a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/model.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Model
on:
push:
branches:
- v3
- main
- stable
pull_request:
Expand Down Expand Up @@ -67,7 +66,7 @@ jobs:
uses: bufbuild/buf-breaking-action@a074e988ee34efcd4927079e79c611f428354c01 # v1.1.3
continue-on-error: ${{ contains(github.event.pull_request.labels.*.name, 'ci:buf-breaking-ignore') }}
with:
against: https://github.com/elide-dev/v3.git#branch=v3
against: https://github.com/elide-dev/elide.git#branch=main
input: proto

##
Expand All @@ -82,7 +81,7 @@ jobs:
if: |
(
github.ref == 'refs/heads/stable' ||
github.ref == 'refs/heads/v3' ||
github.ref == 'refs/heads/main' ||
startsWith(github.ref, 'refs/tags/v')
)
permissions:
Expand Down

0 comments on commit f19a39a

Please sign in to comment.