We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents efa9c44 + 540d9e9 commit 33987fcCopy full SHA for 33987fc
1 file changed
.github/workflows/ci.yml
@@ -5,6 +5,7 @@ on:
5
branches:
6
- feature/**
7
- fix/**
8
+ - dependabot/maven/**
9
10
env:
11
TYPE: ${{ startsWith(github.ref_name, 'feature') && 'Feature' || 'Fix'}}
0 commit comments