Skip to content

Commit

Permalink
[WIP] Update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vlabo committed Oct 11, 2024
1 parent 61a5b80 commit a7d97fe
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Release

on: workflow_dispatch
on:
push:
paths:
- '.github/workflows/release.yml'
workflow_dispatch:

jobs:
release-prep:
Expand Down

0 comments on commit a7d97fe

Please sign in to comment.