Skip to content

(WIP)

(WIP) #42

Workflow file for this run

name: CI
on:
- push
jobs:
build:
runs-on: ubuntu-20.04
environment: ${{ github.refs.head == 'test-deploy' && 'prod' || null }}
steps:
- run: echo OK