Skip to content

Commit a8cbae0

Browse files
committed
fix(workflow): remove pull_request trigger from reports workflow
Signed-off-by: Felipe Sayão Lobato Abreu <github@mentordosnerds.com>
1 parent 44eb6b8 commit a8cbae0

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/wiki

Submodule wiki updated from cfd1257 to 2c546cc

.github/workflows/reports.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: Generate Reports and Deploy to GitHub Pages
33
on:
44
workflow_call:
55
workflow_dispatch:
6-
pull_request:
76
push:
87
branches: [ "main" ]
98

@@ -76,7 +75,7 @@ jobs:
7675
environment:
7776
name: github-pages
7877
url: ${{ steps.deployment.outputs.page_url }}
79-
78+
8079
runs-on: ubuntu-latest
8180
steps:
8281
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)