Skip to content

Commit

Permalink
Update branch for CI from master to main (#819)
Browse files Browse the repository at this point in the history
This was missed when we switched to using `main`.
  • Loading branch information
sds authored Jan 15, 2024
1 parent faf76fc commit bc1fec6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Lint
on:
push:
branches: [master]
branches: [main]
pull_request:
branches: [master]
branches: [main]

jobs:
overcommit:
Expand All @@ -16,7 +16,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
ruby-version: 3.3
bundler-cache: true

- name: Prepare environment
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Tests
on:
push:
branches: [master]
branches: [main]
pull_request:
branches: [master]
branches: [main]

jobs:
rspec:
Expand Down

0 comments on commit bc1fec6

Please sign in to comment.