mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 03:00:54 +00:00
Try a different conditional
This commit is contained in:
parent
6079c29522
commit
14b2586db1
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -2,12 +2,9 @@ name: build
|
|||||||
|
|
||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
|
|
||||||
concurrency:
|
|
||||||
group: ci-${{ github.workflow }}-${{ github.head_ref || github.ref_name }}
|
|
||||||
cancel-in-progress: true
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
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 }}
|
name: Build, lint, and test on Node.js ${{ matrix.node }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
|
Loading…
Reference in New Issue
Block a user