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