diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 72e7dd1..81c569c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: CI on: push: - branches: [master] + branches: [main] pull_request: ~ jobs: diff --git a/.gitignore b/.gitignore index c836fce..f08d7e5 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,10 @@ # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml hs_err_pid* /target/ + + +# VS Code +.vscode/ + +# Cassettes +cassettes/