Add 'workflow_dispatch:' for manual trigger

This commit is contained in:
Phillip Webb
2025-04-21 19:10:02 -07:00
parent 414a7511a3
commit e28e215bdd

View File

@@ -1,5 +1,6 @@
name: Build and Deploy Snapshot name: Build and Deploy Snapshot
on: on:
workflow_dispatch:
push: push:
branches: branches:
- '3.3.x' - '3.3.x'