Skip to content

Commit

Permalink
secound
Browse files Browse the repository at this point in the history
  • Loading branch information
CordlessWool committed Jan 10, 2024
1 parent 0300c0e commit 83eb692
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: Realease

on: [push]
on:
workflow_run:
workflows: ["Test"]
types:
- completed

jobs:
build:
Expand Down

0 comments on commit 83eb692

Please sign in to comment.