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 169b213 commit 6ccbf00Copy full SHA for 6ccbf00
.github/workflows/kubernetes-ci.yml
@@ -5,7 +5,7 @@ on:
5
push:
6
# kubernetes-testing is a temporary entry
7
#branches: [main, kubernetes-testing]
8
- branches: [main]
+ branches: [36.x]
9
env:
10
KUBERNETES_CORE_DIRECTORY: .github/workflows/scripts/kubernetes/core
11
KUBERNETES_QS_OVERRIDES_DIRECTORY: .github/workflows/scripts/kubernetes/overrides
.github/workflows/reduce_readme.yml
@@ -3,7 +3,7 @@ name: WildFly Quickstarts Update 'README.adoc's
3
on:
4
branches:
- - main
+ - 36.x
# Only run the latest job
concurrency:
0 commit comments