Skip to content

Commit 34e159a

Browse files
committed
Enable workflows
1 parent a06be30 commit 34e159a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/empty.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Empty Workflow
2+
on:
3+
workflow_dispatch:
4+
5+
jobs:
6+
empty_job:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- name: Echo
10+
run: echo

0 commit comments

Comments
 (0)