Browse Source

rename master branch to main #nolog

pull/690/head
Miguel Grinberg 4 years ago
parent
commit
0e18945703
No known key found for this signature in database GPG Key ID: 36848B262DF5F06C
  1. 4
      .github/workflows/tests.yml

4
.github/workflows/tests.yml

@ -2,10 +2,10 @@ name: build
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main
jobs:
lint:
name: lint

Loading…
Cancel
Save