Skip to content

Commit

Permalink
Remove sync workflow from master
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome committed Oct 7, 2021
1 parent d4b4f83 commit 1ece2d3
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
name: Sync

on:
push:
branches:
- master
workflow_run:
branches: master
workflows:
- "Continuous Integration"
types:
- completed

jobs:
# This job sync this repo to our internal repo
Expand Down

0 comments on commit 1ece2d3

Please sign in to comment.