Enable workflow_dispatch on Functions Deploy Action

This commit is contained in:
Sam Carlton 2024-08-01 14:27:18 -05:00 committed by GitHub
parent 32883a129b
commit 4c126fe70b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,7 @@
name: Deploy Functions
on:
workflow_dispatch:
schedule:
- cron: '0 3 * * *' # Runs every day at 3 AM