Skip to content

(WIP)

(WIP) #44

Workflow file for this run

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