We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fda578 commit 160f864Copy full SHA for 160f864
.github/workflows/graalvm-latest.yml
@@ -8,11 +8,11 @@ on:
8
push:
9
branches:
10
- master
11
- - '[1-9]+.[0-9]+.x'
+ - '[0-9]+.[0-9]+.x'
12
pull_request:
13
14
15
16
jobs:
17
build_matrix:
18
if: github.repository != 'micronaut-projects/micronaut-project-template'
.github/workflows/gradle.yml
build:
0 commit comments