Removed branch filter in gh action

This commit is contained in:
Dmitriy Shishkov 2021-12-15 23:57:13 +03:00
parent 468d096002
commit cffe314f73
No known key found for this signature in database
GPG Key ID: 14358F96FCDD8060

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