ci(test): run workflow on label assignment (#365)

* ci(test): run workflow on label assignment

* ci(test): remove paths
This commit is contained in:
Ayyan
2021-01-10 22:22:46 +04:00
committed by GitHub
parent 0883295e69
commit 9ca916d263

View File

@@ -1,15 +1,5 @@
name: Test
on:
push:
paths:
- 'src/**'
- 'mod.ts'
- 'tests/**'
pull_request:
paths:
- 'src/**'
- 'mod.ts'
- 'tests/**'
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest