Skip to content

Commit

Permalink
fix main -> master in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nabilfreeman committed Aug 12, 2023
1 parent df2601f commit ce1a1e4
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: CI
on:
push:
branches:
- main # or the name of your default branch
- master # or the name of your default branch
pull_request:
branches:
- main # or the name of your default branch
- master # or the name of your default branch

jobs:
build:
Expand Down

0 comments on commit ce1a1e4

Please sign in to comment.