GitHub Actions: run tests against all branches

This commit is contained in:
David Adam 2021-04-07 20:27:58 +08:00
parent 0efa471339
commit a1f55b1b73

View File

@ -1,10 +1,6 @@
name: C/C++ CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
on: [push, pull_request]
jobs:
ubuntu: