mirror of
https://github.com/jmcnamara/libxlsxwriter
synced 2025-03-28 21:13:14 +00:00
Minor refactoring of workflow files.
This commit is contained in:
parent
edbe4cb2fb
commit
5af5160c04
4
.github/workflows/cmake_actions.yml
vendored
4
.github/workflows/cmake_actions.yml
vendored
@ -1,8 +1,6 @@
|
||||
name: Build with CMake
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
6
.github/workflows/make_actions.yml
vendored
6
.github/workflows/make_actions.yml
vendored
@ -1,10 +1,6 @@
|
||||
name: Build with Make
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
4
.github/workflows/valgrind.yml
vendored
4
.github/workflows/valgrind.yml
vendored
@ -1,8 +1,6 @@
|
||||
name: Test for memory leaks with valgrind
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
Loading…
x
Reference in New Issue
Block a user