Merge pull request #1262 from EcrituresNumeriques/fix/938 #223
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Node `front` application | |
on: | |
push: | |
branches: | |
- master | |
paths: | |
- 'front/**' | |
- '.github/workflows/node*.yml' | |
pull_request: | |
paths: | |
- 'front/**' | |
- '.github/workflows/node*.yml' | |
jobs: | |
build: | |
uses: EcrituresNumeriques/stylo/.github/workflows/node.yml@master | |
with: | |
app-dir: front |