Skip to content

Commit

Permalink
Update test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mnlfischer authored Sep 27, 2023
1 parent 7b6e4fd commit 31f1945
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
name: Test Components

on:
pull_request_target:
types: [opened, reopened]
push:
pull_request:
branches:
- master

jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
persist-credentials: false
- uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 31f1945

Please sign in to comment.