8000 [issue-267] add pull_request to CI triggers · spdx/tools-python@ed57167 · GitHub
[go: up one dir, main page]

Skip to content

Commit ed57167

Browse files
[issue-267] add pull_request to CI triggers
Signed-off-by: Armin Tänzer <armin.taenzer@tngtech.com>
1 parent 6f98583 commit ed57167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/install_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Install and Test
22

3-
on: [ push, workflow_dispatch ]
3+
on: [ push, workflow_dispatch, pull_request ]
44

55
jobs:
66
install_and_test:

0 commit comments

Comments
 (0)
0