Skip to content
Snippets Groups Projects
Unverified Commit 5d34b348 authored by Sébastien Gaya's avatar Sébastien Gaya Committed by GitHub
Browse files

Merge pull request #314 from noesya/percy-pr-synchronize

Add pr.synchronize event on percy workflow
parents 20e6565e 60cc043f
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ name: Test with example
on:
pull_request:
types: [opened, reopened]
types: [opened, reopened, synchronize]
jobs:
build:
......@@ -32,4 +32,4 @@ jobs:
echo "== Pushing branch =="
git add .
git commit -m "Updated theme to ${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}} branch."
git push -f origin theme--${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}
\ No newline at end of file
git push -f origin theme--${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment