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