master is called main

This commit is contained in:
Martin Thoma
2022-03-09 21:33:52 +01:00
parent a721c91557
commit 5460cb086f

View File

@@ -2,9 +2,9 @@ name: Check Python code
on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]
jobs:
build: