We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8b8dde commit e098628Copy full SHA for e098628
1 file changed
.github/workflows/docker-action.yml
@@ -7,6 +7,7 @@ on:
7
pull_request:
8
branches:
9
- '**'
10
+ workflow_dispatch: {} # enables the “Run workflow” button
11
12
jobs:
13
build:
0 commit comments