Skip to content

Commit

Permalink
Make all workflows auto so they show up for testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
leerho committed Dec 19, 2024
1 parent 6b85284 commit 401b1fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/manual-codeql-analysis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Manual CodeQL Analysis

on:
pull_request:
push:
branches: [ 7.0.X ]
workflow_dispatch:

jobs:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/manual-javadoc.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Publish JavaDoc

on:
pull_request:
push:
branches: [ 7.0.X ]
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 401b1fb

Please sign in to comment.