Merge pull request #2194 from fonttools/fix-master-main

remame 'master' -> 'main' in worflows/test.yml
This commit is contained in:
Cosimo Lupo 2021-02-18 15:42:08 +00:00 committed by GitHub
commit a12669c936
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,9 +2,9 @@ name: Test
on:
push:
branches: [master]
branches: [main]
pull_request:
branches: [master]
branches: [main]
jobs:
lint: