Skip to content

Commit

Permalink
Merge pull request #7 from jolicode/fix/github-actions
Browse files Browse the repository at this point in the history
configure github actions for the "main" branch
  • Loading branch information
xavierlacot committed Aug 21, 2023
2 parents 12cb107 + d848ee5 commit 8ff6447
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Continuous Integration
'on':
push:
branches:
- master
- main
pull_request:
branches:
- master
- main

jobs:
ci:
Expand Down

0 comments on commit 8ff6447

Please sign in to comment.