Skip to content

Commit

Permalink
fix: master / main branch names
Browse files Browse the repository at this point in the history
  • Loading branch information
nickfrosty committed Oct 26, 2023
1 parent 54dd884 commit dbebec2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/formatting.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Formatting / Lint
on:
push:
branches: [master]
branches: [master, main]
pull_request:
branches: [master]
branches: [master, main]
jobs:
Format:
name: Test formatting via prettier...
Expand Down

0 comments on commit dbebec2

Please sign in to comment.