Skip to content

Commit

Permalink
Merge pull request #3 from whywaita/feat/ci-from-pr
Browse files Browse the repository at this point in the history
Do build check from PR
  • Loading branch information
whywaita authored May 1, 2024
2 parents 932ab3c + 85f3e42 commit fe6e074
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- "**"
pull_request:

jobs:
build-check:
Expand Down Expand Up @@ -35,4 +36,4 @@ jobs:
go test -v ./...
- name: Dump docker logs on failure
if: failure()
uses: jwalton/gh-docker-logs@v2
uses: jwalton/gh-docker-logs@v2

0 comments on commit fe6e074

Please sign in to comment.