Skip to content

Commit

Permalink
chore: rename master to main (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
erezrokah authored Feb 22, 2021
1 parent cafee86 commit 2e3654c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fossa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Dependency License Scanning
on:
push:
branches:
- master
- main

defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: release-please
on:
push:
branches:
- master
- main
jobs:
release-please:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build
on:
# Ensure GitHub actions are not run twice for same commits
push:
branches: [master]
branches: [main]
tags: ['*']
pull_request:
types: [opened, synchronize, reopened]
Expand Down

0 comments on commit 2e3654c

Please sign in to comment.