Skip to content

Commit

Permalink
Merge pull request #6026 from kmk3/ci-allow-manual-run
Browse files Browse the repository at this point in the history
ci: allow running workflows manually
  • Loading branch information
netblue30 committed Oct 5, 2023
2 parents eb517f9 + e796ba1 commit 0617a70
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-extra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
name: Build-extra

on:
workflow_dispatch:
push:
branches-ignore:
- 'dependabot/**'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ name: Build

# Note: Keep this list in sync with DISTFILES in ../../Makefile.
on:
workflow_dispatch:
push:
branches-ignore:
- 'dependabot/**'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/check-c.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
name: Check-C

on:
workflow_dispatch:
push:
branches-ignore:
- 'dependabot/**'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/check-profiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
name: Check-Profiles

on:
workflow_dispatch:
push:
branches-ignore:
- 'dependabot/**'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/check-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
name: Check-Python

on:
workflow_dispatch:
push:
branches-ignore:
- 'dependabot/**'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
name: Codespell

on:
workflow_dispatch:
push:
branches-ignore:
- 'dependabot/**'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
name: Test

on:
workflow_dispatch:
push:
branches-ignore:
- 'dependabot/**'
Expand Down

0 comments on commit 0617a70

Please sign in to comment.