Skip to content

Commit 92f7243

Browse files
committed
updated workflow
1 parent bd825e4 commit 92f7243

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/workflow.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ run-name: ${{ github.actor }} is Building and pushing an image
33
on:
44
push:
55
branches: ['main']
6-
path-ignore:
7-
- 'Readme.md'
8-
- '**/readme.md'
6+
paths-ignore:
7+
- 'Readme.md'
8+
- '**/readme.md'
99
jobs:
1010
build:
1111
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)