Skip to content

Commit 24d3c5d

Browse files
author
Ivelin Ivanov
authored
build: run on push
1 parent 2647a08 commit 24d3c5d

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/lighthouse.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22

33
name: Lighthouse PWA CI
44

5-
# Controls when the action will run. Triggers the workflow on push or pull request
6-
# events but only for the master branch
7-
on: [pull_request]
5+
# Controls when the action will run. Triggers the workflow on push and pull requests.
6+
on: [pull_request, push]
87

98
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
109
jobs:

0 commit comments

Comments
 (0)