Skip to content

Merge pull request #54 from GNS-Science/feature/53-odds-and-ends #76

Merge pull request #54 from GNS-Science/feature/53-odds-and-ends

Merge pull request #54 from GNS-Science/feature/53-odds-and-ends #76

Workflow file for this run

name: Dev workflow
on:
push:
branches: [main, pre-release]
pull_request:
branches: [main, pre-release]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
call-test-workflow:
#https://docs.github.com/en/actions/using-workflows/reusing-workflows#calling-a-reusable-workflow
uses: ./.github/workflows/run-tests.yml
secrets: inherit