Skip to content

Commit 62b3b8b

Browse files
committed
chore: run test and build for feature branches for feat, fix and chore branches
1 parent 40b66b2 commit 62b3b8b

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
- main
77
- develop
88
- 'release/*'
9+
- 'feat/*'
10+
- 'fix/*'
11+
- 'chore/*'
912
tags:
1013
- '[0-9]+.[0-9]+.[0-9]+*'
1114
pull_request:

.github/workflows/tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: e2e Tests
22

33
on:
4+
push:
5+
branches:
6+
- 'feat/*'
7+
- 'fix/*'
8+
- 'chore/*'
49
pull_request:
510
env:
611
REEVE_DB_MIGRATIONS_REPO: cardano-foundation/cf-reeve-db-migrations

0 commit comments

Comments
 (0)