Skip to content

Commit e3694e9

Browse files
Merge pull request #419 from zen-audio-player/new-workflow
New CI file
2 parents 0a83e61 + 9c41017 commit e3694e9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/node_js.yml renamed to .github/workflows/node.js.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
2-
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
2+
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs
33

4-
name: Node.js CI
4+
name: Node.js CI (new)
55

66
on:
77
push:
8-
branches: [ $default-branch ]
8+
branches: [ "main" ]
99
pull_request:
10-
branches: [ $default-branch ]
10+
branches: [ "main" ]
1111

1212
jobs:
1313
build:
@@ -28,4 +28,4 @@ jobs:
2828
cache: 'npm'
2929
- run: npm ci
3030
- run: npm run build --if-present
31-
- run: npm test
31+
- run: npm test

0 commit comments

Comments
 (0)