Skip to content

Commit

Permalink
Update default branch to main
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleJamesWalker committed Mar 25, 2024
1 parent b71a46b commit ae86241
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/example-empty.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: example-empty
on:
pull_request:
types: [edited, opened, synchronize, reopened]
branches: [master]
branches: [main]

jobs:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: example
on:
pull_request:
types: [edited, opened, synchronize, reopened]
branches: [master]
branches: [main]

jobs:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: pytest
on:
pull_request:
types: [edited, opened, synchronize, reopened]
branches: [master]
branches: [main]

jobs:

Expand Down

0 comments on commit ae86241

Please sign in to comment.