Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Commit

Permalink
Fixed vccupdate trigger for auto-release
Browse files Browse the repository at this point in the history
  • Loading branch information
bigibas123 authored Jan 1, 2024
1 parent a7d943c commit 407de2b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/vccupdate.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Trigger VCC Update
on:
release:
types: [published]
workflow_run:
workflows: ["Create release"]
types:
- completed
workflow_dispatch:
env:
VCC_REPO: VCC
Expand Down

0 comments on commit 407de2b

Please sign in to comment.