Skip to content
This repository was archived by the owner on Dec 4, 2024. It is now read-only.

Commit bc8dab9

Browse files
committed
Upgrade Apache GitHub Actions to v2
1 parent 0747e1b commit bc8dab9

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/maven.yml

+4-7
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,12 @@
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
1817

19-
on:
20-
push:
21-
branches-ignore:
22-
- dependabot/**
23-
pull_request:
18+
name: GitHub CI
19+
20+
on: [push, pull_request]
2421

2522
jobs:
2623
build:
2724
name: Verify
28-
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v1
25+
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v2

0 commit comments

Comments
 (0)