Skip to content

Commit 1380a9e

Browse files
committed
ci: run test workflows on pull requests
Was formerly only running tests on push.
1 parent fa5fad0 commit 1380a9e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/libs-test.yml

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

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

55
jobs:
66
libs-test:

.github/workflows/native-image-test.yml

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

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

55
jobs:
66
build:

.github/workflows/unit-test.yml

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

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

55
jobs:
66
build:

0 commit comments

Comments
 (0)