Skip to content

Commit

Permalink
Change default branch to main
Browse files Browse the repository at this point in the history
  • Loading branch information
Mauricio Banduk committed Apr 20, 2023
1 parent eec7b1f commit 509d9fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Publish gem

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

jobs:
publish:
Expand Down
2 changes: 1 addition & 1 deletion bin/rb_lint.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
echo "Checking changed files"
files=$(git diff --name-only origin/master -- | xargs ls -d 2>/dev/null | egrep "\.(rb|spec|rake|rhtml|rjs|rxml|erb)$")
files=$(git diff --name-only origin/main -- | xargs ls -d 2>/dev/null | egrep "\.(rb|spec|rake|rhtml|rjs|rxml|erb)$")
echo "Changed files:"
echo "***"
echo "$files"
Expand Down

0 comments on commit 509d9fb

Please sign in to comment.