Skip to content

Commit

Permalink
Fixed GitHub Actions workflows to point to main branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
ngnpope committed Mar 31, 2021
1 parent 1ab8075 commit d9a41a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- soapbox
push:
branches:
- master
- main

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- soapbox
push:
branches:
- master
- main

jobs:
build:
Expand Down

0 comments on commit d9a41a8

Please sign in to comment.