define branch

This commit is contained in:
Michael Woods 2020-12-02 14:19:46 -05:00
parent c6b1f99929
commit 2e0528de5a
2 changed files with 6 additions and 2 deletions

View File

@ -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:

4
.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
.idea/
.nyc_output/
node_modules/
package-lock.json