Skip to content

Commit 290b4ce

Browse files
test workflow
1 parent e64be7a commit 290b4ce

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Scratch Workflow
2+
3+
on:
4+
push:
5+
branches: [bkellam/release_cleanup]
6+
workflow_dispatch:
7+
8+
jobs:
9+
scratch:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- run: echo "Hello, world!"

0 commit comments

Comments
 (0)