Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
ainghazal committed Mar 6, 2024
1 parent 7cfe1ed commit 89d38c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ name: build
on:
push:
branches:
- main
- 'main'
pull_request:
branches:
- main
- 'main'

jobs:
short-tests:
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
with:
go-version: '1.21'
- name: Ensure coverage threshold
run: make test-coverage-threshold-refactor
run: make test-coverage-threshold

integration:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 89d38c6

Please sign in to comment.