Skip to content

Commit

Permalink
Updated CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Ratstail91 committed Aug 11, 2024
1 parent ea584d8 commit 4de21b0
Showing 1 changed file with 11 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
name: Comprehensive Tests
name: Continuous Integration v1.x

#trigger when these occur
on:
push:
branches: [ "main" ]
branches:
- main
pull_request:
branches: [ "main" ]
types:
- opened
- edited
- reopened
branches:
- main
workflow_dispatch:

#testing the CI workflows under multiple supported conditions
jobs:
test-valgrind:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4de21b0

Please sign in to comment.