mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Trigger unit test workflow on pull_requests
This commit is contained in:
2
.github/workflows/unit-tests.yaml
vendored
2
.github/workflows/unit-tests.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user