Skip to content

Commit

Permalink
- Ignore cassettes in .gitignore (#5)
Browse files Browse the repository at this point in the history
- Account for "main" branch in GitHub Actions
  • Loading branch information
nwithan8 authored Jun 1, 2022
1 parent b44dcd3 commit 58decd7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI

on:
push:
branches: [master]
branches: [main]
pull_request: ~

jobs:
Expand Down
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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/

0 comments on commit 58decd7

Please sign in to comment.