Skip to content

Commit c006a66

Browse files
committed
run CI on PRs
1 parent 271ffe9 commit c006a66

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Python CI
22

33
# trigger
4-
on: [push]
4+
on: [push, pull_request]
55

66
jobs:
77
base:

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Tests
22

33
# trigger
4-
on: [push, workflow_dispatch]
4+
on: [push, workflow_dispatch, pull_request]
55

66
jobs:
77
build:

0 commit comments

Comments
 (0)