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

Add pr.synchronize event on percy workflow

parent 20e6565e
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