Skip to content

Commit 1d7d239

Browse files
Enable manual run of GitHub actions (#561)
Enable manual run of workflows CodeQL and Java CI
1 parent 5d9ebf5 commit 1d7d239

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
name: "CodeQL"
1414

1515
on:
16+
workflow_dispatch:
1617
push:
1718
branches: [ master ]
1819
pull_request:

.github/workflows/maven.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Java CI
22

33
on:
4+
workflow_dispatch:
45
push:
56
pull_request:
67
types: [reopened, opened, synchronize]

0 commit comments

Comments
 (0)