Minor refactoring of workflow files.

This commit is contained in:
John McNamara 2022-02-17 15:52:43 +00:00
parent edbe4cb2fb
commit 5af5160c04
3 changed files with 3 additions and 11 deletions

View File

@ -1,8 +1,6 @@
name: Build with CMake
on:
push:
pull_request:
on: [push, pull_request]
jobs:
build:

View File

@ -1,10 +1,6 @@
name: Build with Make
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
on: [push, pull_request]
jobs:
build:

View File

@ -1,8 +1,6 @@
name: Test for memory leaks with valgrind
on:
push:
pull_request:
on: [push, pull_request]
jobs:
build: