Skip to content

Commit a1078a3

Browse files
hcannoodtRobrecht Cannoodt
andauthored
add 'pull_request' to the ns_test and sbt_test workflow triggers (#866)
* add 'pull_request' to the ns_test and sbt_test workflow triggers * reduce the amount of duplicate tests * Apply suggestion from @rcannood Co-authored-by: Robrecht Cannoodt <robrecht@data-intuitive.com> * Apply suggestion from @rcannood Co-authored-by: Robrecht Cannoodt <robrecht@data-intuitive.com> --------- Co-authored-by: Robrecht Cannoodt <robrecht@data-intuitive.com>
1 parent 1283c10 commit a1078a3

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

.github/workflows/ns_test.yml

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

3-
on: [push]
3+
on:
4+
pull_request:
5+
push:
6+
branches:
7+
- main
8+
- 'develop_**'
49

510
jobs:
611
ns-test:

.github/workflows/sbt_test.yml

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

3-
on: [push]
3+
on:
4+
pull_request:
5+
push:
6+
branches:
7+
- main
8+
- 'develop_**'
49

510
jobs:
611
scala-ci:

0 commit comments

Comments
 (0)