Skip to content

Commit

Permalink
Switch primary branch to main
Browse files Browse the repository at this point in the history
  • Loading branch information
halostatue committed Nov 15, 2021
1 parent f83ff9a commit 54cb8ed
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ name: CI

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

jobs:
test:
Expand Down Expand Up @@ -56,9 +56,9 @@ jobs:
ruby: truffleruby-head
runs-on: ${{ matrix.os }}-latest
continue-on-error: ${{
endsWith(matrix.ruby, 'head') ||
matrix.ruby == 'debug' ||
(startsWith(matrix.ruby, 'jruby') && matrix.os == 'windows')
endsWith(matrix.ruby, 'head') ||
matrix.ruby == 'debug' ||
(startsWith(matrix.ruby, 'jruby') && matrix.os == 'windows')
}}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 54cb8ed

Please sign in to comment.