Skip to content

Commit 4c98e8e

Browse files
committed
extend maven-pr.yml with workflow-dispatch option to attempt to read new secrets values under old runs
1 parent f207541 commit 4c98e8e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/maven-pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Build Test PR
33
on:
44
pull_request:
55
branches: [ "master" ]
6+
workflow_dispatch:
67

78
jobs:
89
build_pr:

0 commit comments

Comments
 (0)