From 2e0528de5a70559f0d2ef393b323695d1c7f50ab Mon Sep 17 00:00:00 2001 From: Michael Woods Date: Wed, 2 Dec 2020 14:19:46 -0500 Subject: [PATCH] define branch --- .github/workflows/ci.yml | 4 ++-- .gitignore | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 .gitignore diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ed7b539..c847a2f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,9 @@ name: ci on: push: - branches: [ $default-branch ] + branches: [ main ] pull_request: - branches: [ $default-branch ] + branches: [ main ] jobs: test_build_push: diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1f0c41a --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +.idea/ +.nyc_output/ +node_modules/ +package-lock.json