Skip to content

Commit

Permalink
Add main branch to workflows. (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
verdammelt authored Jan 24, 2021
1 parent 1b9a6a2 commit e2fe21c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/configlet-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: configlet-lint
on:
push:
pull_request:
branches: [master]
branches: [main, master]

jobs:
lint:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-exercise-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: exercise-tests
on:
push:
pull_request:
branches: [master]
branches: [main, master]

jobs:
test:
Expand Down

0 comments on commit e2fe21c

Please sign in to comment.