Skip to content

Commit d6ae3d1

Browse files
cozisPagghiu
authored andcommitted
CI: Trigger "Documentation and Code Coverage" workflow on pull requests
1 parent d65ee98 commit d6ae3d1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/documentation_coverage.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
# Simple workflow for deploying static content to GitHub Pages
21
name: Documentation and Code Coverage
32

43
on:
5-
# Runs on pushes targeting main and development branch
4+
# Runs on pushes and pull requests targeting the main branch
65
push:
76
branches: [ "main" ]
7+
pull_request:
8+
branches: [ "main" ]
89

910
# Allows you to run this workflow manually from the Actions tab
1011
workflow_dispatch:

0 commit comments

Comments
 (0)