Skip to content

Commit

Permalink
fix(ci): branch name is main
Browse files Browse the repository at this point in the history
  • Loading branch information
juarezr committed Apr 2, 2024
1 parent af0e6a7 commit 82d07be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ name: testing

on:
push:
branches: ["master"]
branches: ["main"]
paths-ignore:
- .git*
- .husky/**
- "*.md"
pull_request:
branches: ["master"]
branches: ["main"]
types: [opened, reopened, synchronize, ready_for_review]
paths-ignore:
- .git*
Expand Down

0 comments on commit 82d07be

Please sign in to comment.