Switch tests to TypeScript (#158)

* Switch tests to TypeScript
* Set default branch for build
This commit is contained in:
Andrii Kurdiumov
2022-05-10 18:01:46 +06:00
committed by GitHub
parent e993f63cdd
commit 3a5ad82617
3 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
name: CI validation
on:
push:
branches: [ $default-branch ]
branches: [ 'master' ]
pull_request:
branches: [ $default-branch ]
branches: [ 'master' ]
jobs:
build: