mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
ci: Only export WPT test changes on the main
branch (#33033)
This ensures that the WPT export job only runs on chnages that target the `main` branch. This makes it so changes to WPT tests in temporary branches aren't upstreamed. Signed-off-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
parent
8582678e4b
commit
3c19982040
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ name: WPT Export
|
|||
on:
|
||||
pull_request_target:
|
||||
types: ['opened', 'synchronize', 'reopened', 'edited', 'closed']
|
||||
branches: ['main']
|
||||
|
||||
jobs:
|
||||
upstream:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue