Skip to content

Merge pull request #81 from alphagov/fix-deploy-workflow #135

Merge pull request #81 from alphagov/fix-deploy-workflow

Merge pull request #81 from alphagov/fix-deploy-workflow #135

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"