wip: test checks #16
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: Npm build | |
on: | |
pull_request: | |
branches: [ dev ] | |
paths: | |
- "src/assets/**/*" | |
jobs: | |
update-npm-build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Commit and push built assets | |
run: | | |
echo "Building assets..., testing chain" |