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