Only run CI on PRs and pushes to master (#275)
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
name: toolkit-unit-tests
|
name: toolkit-unit-tests
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- '**.md'
|
- '**.md'
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|||||||
Reference in New Issue
Block a user