Skip to content

Commit 528cc73

Browse files
authored
Revert #277 (#283)
* revert * revert
1 parent aaabad0 commit 528cc73

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

.github/workflows/ci-linter.yml

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

3-
on: [ push, pull_request ]
3+
on:
4+
push:
5+
branches:
6+
- develop
7+
- master
8+
pull_request:
9+
branches:
10+
- master
11+
- develop
412

513
jobs:
614
build:

.github/workflows/main.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11

22
name: CI
33

4-
on: [ push, pull_request ]
4+
on:
5+
push:
6+
branches:
7+
- develop
8+
- master
9+
pull_request:
10+
branches:
11+
- master
12+
- develop
513

614
jobs:
715
build:

0 commit comments

Comments
 (0)