We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d65ee98 commit d6ae3d1Copy full SHA for d6ae3d1
.github/workflows/documentation_coverage.yml
@@ -1,10 +1,11 @@
1
-# Simple workflow for deploying static content to GitHub Pages
2
name: Documentation and Code Coverage
3
4
on:
5
- # Runs on pushes targeting main and development branch
+ # Runs on pushes and pull requests targeting the main branch
6
push:
7
branches: [ "main" ]
+ pull_request:
8
+ branches: [ "main" ]
9
10
# Allows you to run this workflow manually from the Actions tab
11
workflow_dispatch:
0 commit comments