Skip to content

Commit 2c3ea25

Browse files
author
Mattia Roccoberton
committed
Update GitHub workflows
1 parent 366b0ee commit 2c3ea25

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

.github/workflows/linters.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@ name: Linters
33

44
on:
55
push:
6-
branches:
7-
- master
6+
branches: [develop, master]
87
pull_request:
8+
branches: [develop, master]
99

1010
jobs:
11-
reviewdog:
12-
name: reviewdog
11+
linters:
1312
runs-on: ubuntu-latest
1413

1514
steps:

.github/workflows/specs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: Specs
2+
name: Tests
33

44
on:
55
push:
@@ -8,7 +8,7 @@ on:
88
branches: [develop, master]
99

1010
jobs:
11-
test:
11+
tests:
1212
runs-on: ubuntu-latest
1313

1414
strategy:

0 commit comments

Comments
 (0)