Skip to content

Commit d887a18

Browse files
committed
ci: fixed workflow order
1 parent cb2be51 commit d887a18

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/pr.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
branches:
66
- develop
77
- main
8+
push:
9+
branches:
10+
- develop
11+
- main
812

913
permissions:
1014
contents: write

.github/workflows/test-build.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ name: Test and build
33
on:
44
workflow_call:
55
workflow_dispatch:
6-
push:
7-
branches:
8-
- develop
9-
- main
106
jobs:
117
test:
128
name: Unit Tests

0 commit comments

Comments
 (0)