Skip to content

update workflow

update workflow #166

Workflow file for this run

name: Sync with S3
on:
workflow_dispatch:
pull_request_target:
types: [ closed ]
branches: [ main ]
push:
branches: [ main ]
jobs:
sync:
if: |
github.event_name == 'workflow_dispatch' ||
github.event.pull_request.merged == true ||
github.event_name == 'push'
uses: hellocoop/tools/.github/workflows/content-sync.yml@main
# GitHub-Slack app sends a workflow status message with live updates to #content-updates channel
with:
STACK: WwwDevStack #make sure this is the right stack value