Skip to content

Add test workflow to diagnose Actions trigger issue #1

Add test workflow to diagnose Actions trigger issue

Add test workflow to diagnose Actions trigger issue #1

Workflow file for this run

name: Test
on:
push:
branches:
- main
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- run: echo "Actions are working"