Release and Test Pass Req

This commit is contained in:
thororen1234 2024-11-04 02:56:12 -05:00
parent f167613e5a
commit 3e6f8057bb
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
name: Upload Builds name: Upload Builds
on: on:
workflow_run: workflow_run:
workflows: [Release] workflows: [Release, Test]
types: [completed] types: [completed]
branches: [main, dev] branches: [main, dev]
env: env:

View file

@ -1,7 +1,7 @@
name: Upload Plugins JSONs name: Upload Plugins JSONs
on: on:
workflow_run: workflow_run:
workflows: [Release] workflows: [Release, Test]
types: [completed] types: [completed]
branches: [main] branches: [main]
env: env: