mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 03:00:54 +00:00
Change approach again, use types
to limit which pull requests trigger the event
This commit is contained in:
parent
14b2586db1
commit
236657da56
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -1,10 +1,12 @@
|
||||
name: build
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
types: [opened, reopened, ready_for_review, review_requested]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
if: github.event_name == 'push' && !contains(github.ref, '/merge') || github.event_name == 'pull_request'
|
||||
name: Build, lint, and test on Node.js ${{ matrix.node }}
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
|
Loading…
Reference in New Issue
Block a user