We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40b66b2 commit 62b3b8bCopy full SHA for 62b3b8b
.github/workflows/build.yml
@@ -6,6 +6,9 @@ on:
6
- main
7
- develop
8
- 'release/*'
9
+ - 'feat/*'
10
+ - 'fix/*'
11
+ - 'chore/*'
12
tags:
13
- '[0-9]+.[0-9]+.[0-9]+*'
14
pull_request:
.github/workflows/tests.yml
@@ -1,6 +1,11 @@
1
name: e2e Tests
2
3
on:
4
+ push:
5
+ branches:
env:
REEVE_DB_MIGRATIONS_REPO: cardano-foundation/cf-reeve-db-migrations
0 commit comments