Skip to content

Commit 5c8ba03

Browse files
committed
fix(workflows): rename job
1 parent 866d37a commit 5c8ba03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-pr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Test PR
2-
on: [push]
2+
on: [push, pull_request]
33

44
jobs:
5-
test:
5+
test_pr:
66
runs-on: ubuntu-latest
77
steps:
88
- name: Checkout latest code

0 commit comments

Comments
 (0)