Skip to content

Commit 9c629cf

Browse files
committed
Update github actions workflows
1 parent b6b4813 commit 9c629cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Pint
22

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

55
jobs:
66
pint:

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: tests
22

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

55
jobs:
66
tests:

0 commit comments

Comments
 (0)