Skip to content

Commit

Permalink
replaced main with master in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hechth committed Jun 19, 2024
1 parent d3187e9 commit fe46d67
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Python package
on:
push:
branches:
- main
- master
pull_request:
branches:
- main
- master

jobs:

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cffconvert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: cffconvert
on:
push:
branches:
- main
- master
pull_request:
branches:
- main
- master

jobs:

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: documentation
on:
push:
branches:
- main
- master
pull_request:
branches:
- main
- master

jobs:
build-documentation:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/markdown-link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: markdown-link-check
on:
push:
branches:
- main
- master
pull_request:
branches:
- main
- master

jobs:

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ name: sonarcloud
on:
push:
branches:
- main
- master
pull_request:
types: [opened, synchronize, reopened]
branches:
- main
- master

jobs:

Expand Down

0 comments on commit fe46d67

Please sign in to comment.