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 97711f9 commit ab17de3Copy full SHA for ab17de3
.github/workflows/continuous-integration.yml
@@ -1,6 +1,6 @@
1
name: "Continuous Integration"
2
run-name: Running tests on "${{ github.ref }}" by "${{ github.actor }}"
3
-on: [push, workflow_dispatch]
+on: [push, pull_request, workflow_dispatch]
4
5
jobs:
6
lint-readme:
0 commit comments