Skip to content

Add workflows permission #10

Add workflows permission

Add workflows permission #10

name: Deploy Serverless Functions
on:
push:
branches:
# Automatically deploy master and staging. Additional branches may be added.
- master
- staging
workflow_dispatch:
# Allows manual build and deploy of any branch/ref
jobs:
# Deploy Serverless functions
deploy:
name: Deploy
uses: CruGlobal/.github/.github/workflows/deploy-serverless.yml@v1