Skip to content

Commit

Permalink
fix lint workflow to work with 'main' branch (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
trentm authored May 25, 2022
1 parent 30eac98 commit 7dbfb00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ name: Lint
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main

jobs:
lint:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.env*
node_modules
client
/.vscode

# For the BATS testing
bats/
Expand Down

0 comments on commit 7dbfb00

Please sign in to comment.