Skip to content

Commit cc7f4ba

Browse files
authored
Update dockerhub-description.yml
1 parent 18dc1e6 commit cc7f4ba

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/dockerhub-description.yml

+2-8
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,8 @@
1414

1515
name: Docker Description Publish
1616
on:
17-
# push:
18-
# branches: ["main"]
19-
workflow_dispatch:
20-
inputs:
21-
branch:
22-
description: 'Branch to run the workflow on'
23-
required: true
24-
default: 'main'
17+
push:
18+
branches: ["main"]
2519
permissions: read-all
2620
jobs:
2721
setup-matrix:

0 commit comments

Comments
 (0)