Enable GitHub actions again

This commit is contained in:
Rien Maertens 2021-01-28 23:18:35 +01:00
parent dcd3007932
commit 059f1b7894
No known key found for this signature in database
GPG Key ID: AE66CE42F1AF9DEF

View File

@ -4,9 +4,9 @@ name: Check
# events but only for the master branch
on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs: