8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26e96c8 commit 073801aCopy full SHA for 073801a
.github/workflows/e2e-test-mysql.yml
@@ -4,6 +4,9 @@ name: MySQL Schema Operator End to End test
4
on:
5
pull_request:
6
branches: [ main, v1 ]
7
+ push:
8
+ branches:
9
+ - main
10
jobs:
11
tomcat_e2e_test:
12
runs-on: ubuntu-latest
.github/workflows/e2e-test-tomcat.yml
@@ -4,6 +4,9 @@ name: Tomcat Operator End to End test
0 commit comments