problem: doesn't run CI tests on a Pull Request
This commit is contained in:
8
.github/workflows/test.yaml
vendored
8
.github/workflows/test.yaml
vendored
@@ -1,6 +1,12 @@
|
||||
name: Tests
|
||||
|
||||
on: [push]
|
||||
on:
|
||||
# if pushed directly to the master
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
# on a pull request
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
unit-test:
|
||||
|
||||
Reference in New Issue
Block a user