Skip to content

Commit

Permalink
Automatic release start
Browse files Browse the repository at this point in the history
  • Loading branch information
kubk committed Apr 23, 2024
1 parent 1f359f6 commit 70b14ea
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Release

on:
push:
branches: [main]

jobs:
hello:
runs-on: ubuntu-latest
steps:
- name: Hello world
run: echo "Hello world"

0 comments on commit 70b14ea

Please sign in to comment.