Trigger CI on pull_request event

chore-update-workflows
Jordan Wright 2024-09-22 09:44:32 -05:00
parent dd586c0732
commit e917ad4dcc
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
name: CI
on: [push]
on:
- pull_request
- push
jobs:
build: