Removed branch filter in gh action

This commit is contained in:
2021-12-15 23:57:13 +03:00
parent 468d096002
commit cffe314f73

View File

@@ -1,9 +1,7 @@
name: build and run tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest