|
@@ -1,4 +1,4 @@
|
|
|
-name: CI
|
|
|
|
|
|
|
+name: all-ci
|
|
|
|
|
|
|
|
on:
|
|
on:
|
|
|
push:
|
|
push:
|
|
@@ -7,6 +7,8 @@ on:
|
|
|
- '*/*' # matches every branch containing a single '/'
|
|
- '*/*' # matches every branch containing a single '/'
|
|
|
- '**' # matches every branch
|
|
- '**' # matches every branch
|
|
|
- '!main' # excludes main
|
|
- '!main' # excludes main
|
|
|
|
|
+ pull_request:
|
|
|
|
|
+ branches: [ '!main' ]
|
|
|
|
|
|
|
|
env:
|
|
env:
|
|
|
KUBEBUILDER_VERSION: 2.3.1
|
|
KUBEBUILDER_VERSION: 2.3.1
|