Skip to content

Commit

Permalink
Use main branch for CI (#351)
Browse files Browse the repository at this point in the history
  • Loading branch information
kahaaga authored Oct 5, 2023
1 parent 2c6fc3b commit 694f402
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: CI
on:
pull_request:
branches:
- master
- main
- '**'
push:
branches:
- master
- main
tags: '*'

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Documentation
on:
push:
branches:
- master
- main
tags: '*'
pull_request:

Expand Down

0 comments on commit 694f402

Please sign in to comment.