Skip to content

Commit

Permalink
Add PR triggers to github actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
samriddhi99 authored Jul 26, 2024
1 parent 29a38ca commit 23c73d9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Build & test

on: [push]
on:
push:
pull_request:
types: [opened, reopened]

jobs:
run_test:
Expand Down

0 comments on commit 23c73d9

Please sign in to comment.