Skip to content

Commit

Permalink
Merge pull request etcd-io#12936 from serathius/pull_request
Browse files Browse the repository at this point in the history
Trigger unit test workflow on pull_requests
  • Loading branch information
ptabor authored May 10, 2021
2 parents a8f38eb + f1082ee commit 6bc125c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Unit Tests
on: [push]
on: [push, pull_request]
jobs:
test:
# TODO: Remove continue-on-error after migrating from Travis to GitHub Actions
Expand Down

0 comments on commit 6bc125c

Please sign in to comment.