Skip to content

Commit

Permalink
ci: run sitespeed on push (#5247)
Browse files Browse the repository at this point in the history
  • Loading branch information
petermakowski committed Jan 3, 2024
1 parent e48d63f commit e89172c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/sitespeed.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: sitespeed.io
on:
pull_request:
types: [closed]
push:
branches:
- main
- "3.*"
jobs:
run-sitespeed:
if: github.event.pull_request.merged == true
name: Run sitespeed.io
runs-on: ubuntu-22.04
env:
Expand Down

0 comments on commit e89172c

Please sign in to comment.