Skip to content
This repository was archived by the owner on May 31, 2026. It is now read-only.

Commit 51242c5

Browse files
committed
+ workflow_dispatch
1 parent 1d4a712 commit 51242c5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/Build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ permissions:
77
contents: write
88
pull-requests: write
99
jobs:
10-
generate:
11-
if: github.actor == 'dependabot[bot]'
10+
build:
11+
if: github.actor == 'dependabot[bot]' || github.event_name == 'workflow_dispatch'
1212
runs-on: ubuntu-slim
1313
steps:
1414
- name: Harden the runner (Audit all outbound calls)

0 commit comments

Comments
 (0)