Skip to content

Commit

Permalink
ci: add release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dariocurr committed Sep 21, 2024
1 parent e8fa3f8 commit f6c265a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Release

on:
push:
branches:
- main

workflow_dispatch:

jobs:
release:
uses: dariocurr/.github/.github/workflows/tracking_release.yml@main
secrets: inherit
with:
action_to_track: actions/checkout

0 comments on commit f6c265a

Please sign in to comment.