Skip to content

Commit 04afab6

Browse files
Shared GitHub actions v2
1 parent d2bdd60 commit 04afab6

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,13 @@
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+
name: Verify
1818

1919
on:
2020
push:
21-
branches-ignore:
22-
- dependabot/**
2321
pull_request:
2422

2523
jobs:
2624
build:
2725
name: Verify
28-
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v1
26+
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v2

0 commit comments

Comments
 (0)