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 2267caa commit a7d9e5cCopy full SHA for a7d9e5c
.github/workflows/test.yml
@@ -1,10 +1,6 @@
1
name: test & export coverage report
2
3
-on:
4
- push:
5
- branches:
6
- - main
7
- workflow_dispatch:
+on: [push, pull_request, workflow_dispatch]
8
9
permissions:
10
contents: read
@@ -35,5 +31,6 @@ jobs:
35
31
with:
36
32
path: coverage
37
33
- name: Deploy to GitHub Pages
34
+ if: github.event_name == 'push' && github.ref == 'refs/heads/main'
38
id: deployment
39
uses: actions/deploy-pages@v4
0 commit comments