Skip to content

Commit 08337a9

Browse files
committed
Removes pull_request from update report GitHub Action
This caused a new Pull Request to update the report on every Pull Request. I updated it to only do this when pushing to main.
1 parent 963ce82 commit 08337a9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/report.yml

-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ on:
44
push:
55
branches:
66
- main
7-
pull_request:
8-
branches:
9-
- main
107
jobs:
118
generate_report:
129
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)