Skip to content

Commit ed958d4

Browse files
Shared GitHub actions v2
1 parent 11c8c87 commit ed958d4

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/maven.yml renamed to .github/workflows/maven-verify.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,14 @@
1414
# KIND, either express or implied. See the License for the
1515
# specific language governing permissions and limitations
1616
# under the License.
17-
name: Java CI
17+
18+
name: Verify
1819

1920
on:
2021
push:
21-
branches-ignore:
22-
- dependabot/**
2322
pull_request:
2423

2524
jobs:
2625
build:
2726
name: Verify
28-
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v1
27+
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v2

0 commit comments

Comments
 (0)