Updated to run workflow on all branches

This commit is contained in:
akuker
2020-08-28 10:26:25 -05:00
parent 3c109a5e15
commit 83ff470e36

View File

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