Skip to content

Commit b896273

Browse files
committed
Create a basic GitHub workflow
1 parent 07f7bd2 commit b896273

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/create_release.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Create Release
2+
on:
3+
push:
4+
branches:
5+
- "main"
6+
7+
jobs:
8+
create_release:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- run: cargo run

0 commit comments

Comments
 (0)