Merge pull request #3489 from jspsych/adjust-action-run-once

Avoid running action more than once when push to a PR
This commit is contained in:
Josh de Leeuw 2025-01-27 08:34:58 -05:00 committed by GitHub
commit ec7e611a02
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,11 +1,13 @@
name: build name: build
on: [push, pull_request] on:
push:
pull_request:
types: [opened, reopened, ready_for_review, review_requested]
jobs: jobs:
test: test:
name: Build, lint, and test on Node.js ${{ matrix.node }} name: Build, lint, and test on Node.js ${{ matrix.node }}
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix: