Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanharikr committed Oct 20, 2023
1 parent bc0db86 commit e05b6ab
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,11 @@ 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:
Expand Down

0 comments on commit e05b6ab

Please sign in to comment.