Enable test for each pull request and main merge

This commit is contained in:
Sujith PS 2023-10-24 20:35:07 +05:30 committed by GitHub
parent 1551b17900
commit 9de582806f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,8 @@
name: test
on: pull_request
on:
push:
branches: [main]
pull_request:
jobs:
test:
runs-on: ubuntu-latest