Skip to content

Commit

Permalink
Update pull_request.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-rodgers authored Feb 27, 2024
1 parent 5b92b64 commit a83e665
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
name: Pull Request Testing
on: pull_request
name: V3 Pull Request Testing
on:
pull_request:
branches:
- version-3
jobs:
run_pr_tests:
runs-on: ubuntu-latest
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
with:
ref: version-3
# setup nodejs
- name: Use Node.js 16
uses: actions/setup-node@v3
Expand Down

0 comments on commit a83e665

Please sign in to comment.