Skip to content

Commit

Permalink
Update branches after CI run (#2014)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome committed Sep 27, 2021
1 parent 470174e commit 593908a
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/autoupdate-pr.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
name: Auto-update
on:
push:
branches:
- master
workflow_run:
branches: master
workflows:
- "Continuous Integration"
types:
- completed

jobs:
autoupdate:
name: Auto-update PRs
runs-on: ubuntu-20.04
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- uses: docker://chinthakagodawita/autoupdate-action:v1
env:
Expand Down

0 comments on commit 593908a

Please sign in to comment.