Skip to content

Commit

Permalink
Merge pull request #115 from kitsuyui/fix-ci-send-coverage
Browse files Browse the repository at this point in the history
Fix: CI send coverage condition
  • Loading branch information
kitsuyui authored Jan 20, 2024
2 parents 9173397 + 141b199 commit 41c3320
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/golang-test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
name: golang-test

on:
- pull_request
# pull-request events are not triggered when a PR is merged
# push events are not triggered when a PR created from a fork repository
# So we need both to run tests on every PR and after merging
pull_request:
push:
branches:
- main
jobs:
test:
name: test
Expand Down

0 comments on commit 41c3320

Please sign in to comment.