Run GitHub testing workflow on every push

This commit is contained in:
Kirill Bulatov
2022-03-17 10:06:42 +02:00
committed by Kirill Bulatov
parent 37ebbb598d
commit 77ed2a0fa0

View File

@@ -1,10 +1,6 @@
name: Build and Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
on: push
jobs:
regression-check: