Skip to content

Commit d605f6e

Browse files
committed
Fix typo
1 parent b0a2b0a commit d605f6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ name: Main branch build
22

33
on:
44
push:
5-
- branches:['main']
5+
branches: ['main']
66

77
jobs:
88
docker-build:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout
1212
uses: actions/checkout@v4
13-
13+
1414
- name: Login to Docker Hub
1515
uses: docker/login-action@v3
1616
with:

0 commit comments

Comments
 (0)