Skip to content

Commit

Permalink
ci: run GitHub actions on main branch rather than master (#222)
Browse files Browse the repository at this point in the history
Since we have just moved from master to main as the default branch
  • Loading branch information
michalc committed May 8, 2024
2 parents f491ee6 + ba2ae6d commit e612472
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Test

on:
push:
branches: [ "master" ]
branches: [ "main" ]
pull_request:
branches: [ "master" ]
branches: [ "main" ]

jobs:
test:
Expand Down

0 comments on commit e612472

Please sign in to comment.