github: Attempt to run workflow test at every push and PR.

This commit is contained in:
parazyd
2021-10-25 09:51:32 +02:00
parent cdf8f6ad0f
commit 0bcd251a87

View File

@@ -1,10 +1,6 @@
name: Build and Test
on:
push:
branches:
- master
pull_request:
on: [push, pull_request]
jobs:
compile-and-test: