Skip to content

Commit f913de9

Browse files
authored
Update maven.yml
1 parent 908d583 commit f913de9

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: Publish Maven to GitHub Pages
22

3-
on:
4-
push:
5-
tags:
6-
- "*"
3+
on: [pull_request, push]
74

85
jobs:
96
publish:
@@ -31,4 +28,4 @@ jobs:
3128
path: build/repo
3229

3330
- name: Deploy to GitHub Pages
34-
uses: actions/deploy-pages@v4
31+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)