Skip to content

Merge pull request #297 from humanmade/build-ci #668

Merge pull request #297 from humanmade/build-ci

Merge pull request #297 from humanmade/build-ci #668

Workflow file for this run

name: CI
on:
workflow_dispatch:
workflow_call:
push:
branches:
- main
pull_request:
types:
- opened
- ready_for_review
- synchronize
# Only run on a given PR if relevant files have changed.
paths:
- '.eslintignore'
- '.eslintrc.js'
- '.npmrc'
- '**.js'
- '**.json'
- '**.jsx'
- 'babel.config.js'
- 'webpack.config.js'
defaults:
run:
shell: bash
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
node:
uses: ./.github/workflows/node.yml
secrets: inherit