define branch
This commit is contained in:
@@ -2,9 +2,9 @@ name: ci
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ $default-branch ]
|
branches: [ main ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ $default-branch ]
|
branches: [ main ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test_build_push:
|
test_build_push:
|
||||||
|
|||||||
@@ -0,0 +1,4 @@
|
|||||||
|
.idea/
|
||||||
|
.nyc_output/
|
||||||
|
node_modules/
|
||||||
|
package-lock.json
|
||||||
Reference in New Issue
Block a user