Skip to content

Commit

Permalink
master was renamed to main
Browse files Browse the repository at this point in the history
  • Loading branch information
shailesh1729 committed Oct 8, 2022
1 parent c571e94 commit c43496b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ on:
workflow_dispatch:
push:
branches:
- master
- main
paths:
- 'tests/**'
- 'src/**'
pull_request:
branches:
- master
- main

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sphinx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ on:
workflow_dispatch:
push:
branches:
- master
- main
paths:
- 'docs/**'
- 'src/**'
- 'examples/**'
pull_request:
branches:
- master
- main


jobs:
Expand Down

0 comments on commit c43496b

Please sign in to comment.