Skip to content

measure -> intervention ... or something else #93

measure -> intervention ... or something else

measure -> intervention ... or something else #93

name: sigrid-publish
on:
push:
branches:
- "master"
jobs:
sigridci:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Download Sigrid CI
run: "git clone https://github.com/Software-Improvement-Group/sigridci.git sigridci"
- name: "Run Sigrid CI"
env:
SIGRID_CI_TOKEN: "${{ secrets.SIGRID_CI_TOKEN }}"
run: "./sigridci/sigridci/sigridci.py --customer deltares --system dfast-mi --source . --publish"