ci: register pr-title workflow

This commit is contained in:
Elliot DeNolf
2024-04-23 23:31:13 -04:00
parent 9152a238d2
commit 4a144ddc44

11
.github/workflows/pr-title.yml vendored Normal file
View File

@@ -0,0 +1,11 @@
name: pr-title
on:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Echo
run: echo "Register pr-title workflow"