Skip to content

Commit b494bfe

Browse files
authored
Update docker-info.yaml
1 parent 38237c1 commit b494bfe

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/docker-info.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: docker info
22

33
on:
44
workflow_dispatch:
5+
6+
pull_request:
7+
branches:
8+
- main
59

610

711
defaults:
@@ -11,10 +15,10 @@ defaults:
1115
jobs:
1216
run:
1317
name: Run
14-
runs-on: ubuntu-22.04
18+
runs-on: ubuntu
1519

1620
steps:
1721
- name: docker info
1822
run: |
1923
docker info
20-
24+

0 commit comments

Comments
 (0)