Skip to content

Commit 05518a1

Browse files
author
Sébastien Delafond
committed
actions: enable workflow on PRs
1 parent e6c876f commit 05518a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python.yml

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

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

55
jobs:
66
build:

0 commit comments

Comments
 (0)