Skip to content

Commit

Permalink
Update workflows to use new main branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharparam committed Dec 12, 2023
1 parent 22db00d commit b09f87d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build
on:
push:
branches:
- master
- main
tags:
- "*"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- "*"
- "!master"
- "!main"

jobs:
lint:
Expand Down

0 comments on commit b09f87d

Please sign in to comment.