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 866d37a commit 5c8ba03Copy full SHA for 5c8ba03
.github/workflows/test-pr.yaml
@@ -1,8 +1,8 @@
1
name: Test PR
2
-on: [push]
+on: [push, pull_request]
3
4
jobs:
5
- test:
+ test_pr:
6
runs-on: ubuntu-latest
7
steps:
8
- name: Checkout latest code
0 commit comments