run job on trunk branch (https://github.com/woocommerce/woocommerce-blocks/pull/7569)
This commit is contained in:
parent
6bbf96d06a
commit
5dc48d70b7
|
@ -1,5 +1,8 @@
|
|||
name: Monitor TypeScript errors
|
||||
on: pull_request
|
||||
on:
|
||||
push:
|
||||
branches: [trunk]
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
check-typescript-errors-with-trunk:
|
||||
|
|
Loading…
Reference in New Issue