Skip to content

Commit

Permalink
workflow to run test for PRs on main
Browse files Browse the repository at this point in the history
  • Loading branch information
stevencartavia committed Jun 11, 2024
1 parent 0ff27ed commit 8ad1b0d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
name: Workflow - Pull Request

on:
pull_request:
branches:
- main

jobs:
tests:
name: Run tests
uses: ./.github/workflows/test.yml

0 comments on commit 8ad1b0d

Please sign in to comment.