mirror of
https://github.com/ghndrx/gregh.dev.git
synced 2026-02-09 22:35:05 +00:00
ci: add workflow_dispatch trigger for manual deploys
This commit is contained in:
5
.github/workflows/deployment-aws.yaml
vendored
5
.github/workflows/deployment-aws.yaml
vendored
@@ -1,7 +1,10 @@
|
||||
run-name: "☁️ AWS › Deploy"
|
||||
name: "☁️ AWS › Deploy"
|
||||
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
id-token: write
|
||||
|
||||
Reference in New Issue
Block a user