Skip to content

Commit 073801a

Browse files
authored
fix: build e2e tests on main (#792)
1 parent 26e96c8 commit 073801a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/e2e-test-mysql.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ name: MySQL Schema Operator End to End test
44
on:
55
pull_request:
66
branches: [ main, v1 ]
7+
push:
8+
branches:
9+
- main
710
jobs:
811
tomcat_e2e_test:
912
runs-on: ubuntu-latest

.github/workflows/e2e-test-tomcat.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ name: Tomcat Operator End to End test
44
on:
55
pull_request:
66
branches: [ main, v1 ]
7+
push:
8+
branches:
9+
- main
710
jobs:
811
tomcat_e2e_test:
912
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)