Add workflow_dispatch trigger

This commit is contained in:
Mikołaj Pich 2023-07-22 14:52:50 +02:00 committed by GitHub
parent 3eda37ac02
commit 62c005ccc6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,7 @@ name: Deploy to Oracle Cloud
on:
push:
branches: [main]
workflow_dispatch:
jobs:
deploy: