Activate CI for all branches and pull requests

This commit is contained in:
linuskmr 2021-12-23 18:04:58 +01:00
parent 944a75f51a
commit f9777a9274

View file

@ -5,9 +5,9 @@ name: Python application
on:
push:
branches: [ master ]
branches: [ "**" ]
pull_request:
branches: [ master ]
branches: [ "**" ]
jobs:
build: