Skip to content

Remove workflow to set automatic deploys #140

Remove workflow to set automatic deploys

Remove workflow to set automatic deploys #140

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Always true
run: echo "runs"