mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 03:00:54 +00:00
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:
commit
ec7e611a02
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -1,11 +1,13 @@
|
||||
name: build
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
types: [opened, reopened, ready_for_review, review_requested]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
name: Build, lint, and test on Node.js ${{ matrix.node }}
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
|
Loading…
Reference in New Issue
Block a user