Rename continuous integration-v2.yml to continuous-integration-v2.yml

This commit is contained in:
2024-08-11 21:28:08 +10:00
committed by GitHub
parent 2370d5dc83
commit 190294e5d9

View File

@@ -0,0 +1,25 @@
name: Continuous Integration v2.x
#trigger when these occur
on:
push:
branches:
- dev
pull_request:
types:
- opened
- edited
- reopened
branches:
- dev
workflow_dispatch:
#testing the CI workflows while nothing is functional yet
jobs:
test-ubuntu-latest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: make tests
run: make tests