Skip to content

Commit 247f2cd

Browse files
committed
workflows: Enable running the CI workflow manually
At least the Makefile workflow should be allowed to run on demand for testing or in case the environment has changed. Signed-off-by: Chuck Lever <[email protected]>
1 parent b586f7d commit 247f2cd

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/makefile.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
name: Makefile CI
22

3-
on:
4-
push:
5-
branches: [ main ]
6-
pull_request:
7-
branches: [ main ]
3+
on: [ push, pull_request, workflow_dispatch ]
84

95
jobs:
106
build:

0 commit comments

Comments
 (0)