run ci action only for pr to master

This commit is contained in:
Sanchit Agarwal 2024-11-25 22:16:27 +05:30 committed by GitHub
parent fe10bb662d
commit f8885c5950
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,8 @@
name: CI
on: push
on:
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest