Updated CI

This commit is contained in:
2024-08-11 21:20:48 +10:00
parent ea584d8950
commit d7035a59c8

View File

@@ -1,12 +1,20 @@
name: Comprehensive Tests name: Continuous Integration v1.x
#trigger when these occur
on: on:
push: push:
branches: [ "main" ] branches:
- main
pull_request: pull_request:
branches: [ "main" ] types:
- opened
- edited
- reopened
branches:
- main
workflow_dispatch: workflow_dispatch:
#testing the CI workflows under multiple supported conditions
jobs: jobs:
test-valgrind: test-valgrind:
runs-on: ubuntu-latest runs-on: ubuntu-latest