summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin Ziegler <austin@zieglers.ca>2021-11-15 13:30:15 -0500
committerAustin Ziegler <austin@zieglers.ca>2021-11-15 13:30:15 -0500
commit54cb8ed53fa54926f4d6e85de8ed3fbf7250e8e8 (patch)
tree0e989ebe37f496fcb8c7e319ef3ea98d5a6d7431
parentf83ff9ad0cec0737f25ed326d6d399fe72dfbaab (diff)
downloadmime-types-54cb8ed53fa54926f4d6e85de8ed3fbf7250e8e8.tar.gz
Switch primary branch to main
-rw-r--r--.github/workflows/ci.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 502ba9e..6cdf399 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -9,9 +9,9 @@ name: CI
on:
push:
- branches: [ master ]
+ branches: [main]
pull_request:
- branches: [ master ]
+ branches: [main]
jobs:
test:
@@ -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