fix-broken-build-workflow #36

Merged
Josh merged 12 commits from fix-broken-build-workflow into main 2025-08-26 21:23:09 +00:00
Showing only changes of commit 49d8b87392 - Show all commits

View File

@@ -3,7 +3,8 @@ name: Build & Push Package
on: on:
push: push:
branches: ["main"] branches: ["main"]
workflow_dispatch: {} repository_dispatch:
types: [manual-run]
jobs: jobs:
package-and-push: package-and-push: