mirror of
https://github.com/ghndrx/gregh.dev.git
synced 2026-02-10 06:44:57 +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"
|
run-name: "☁️ AWS › Deploy"
|
||||||
name: "☁️ AWS › Deploy"
|
name: "☁️ AWS › Deploy"
|
||||||
|
|
||||||
on: [push]
|
on:
|
||||||
|
push:
|
||||||
|
branches: [main]
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
id-token: write
|
id-token: write
|
||||||
|
|||||||
Reference in New Issue
Block a user