Skip to content

Commit 5165aad

Browse files
committed
add 'pull_request' to the ns_test and sbt_test workflow triggers
1 parent 1283c10 commit 5165aad

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ns_test.yml

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

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

55
jobs:
66
ns-test:

.github/workflows/sbt_test.yml

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

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

55
jobs:
66
scala-ci:

0 commit comments

Comments
 (0)