Skip to content

Commit d1d6b62

Browse files
committed
Update workflows
1 parent 57e7843 commit d1d6b62

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/linting.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
push:
77
branches:
88
- 'main'
9+
- 'develop'
910

1011
jobs:
1112
code-linting:

.github/workflows/unit_tests.yml

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

3-
on: [push]
3+
on:
4+
pull_request:
5+
types: [opened, synchronize, edited]
6+
push:
7+
branches:
8+
- 'main'
9+
- 'develop'
410

511
jobs:
612
build:

0 commit comments

Comments
 (0)